Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sbin / shutdown / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/sbin/shutdown/Makefile,v 1.3.6.2 2001/07/30 10:38:08 dd Exp $
3 # $DragonFly: src/sbin/shutdown/Makefile,v 1.2 2003/06/17 04:27:34 dillon Exp $
4
5 PROG=   shutdown
6 WARNS?= 2
7 MAN=    shutdown.8
8 BINGRP= operator
9 BINMODE=4550
10
11 .include <bsd.prog.mk>