Merge from vendor branch CVS:
[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.3 2005/01/02 01:22:49 cpressey Exp $
4
5 PROG=   shutdown
6 WARNS?= 6
7 MAN=    shutdown.8
8 BINGRP= operator
9 BINMODE=4550
10
11 .include <bsd.prog.mk>