xref: /dflybsd-src/sbin/shutdown/Makefile (revision 26e3ecb389c3c4660941d8a4cab9b932241c7c78)
1984263bcSMatthew Dillon#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2984263bcSMatthew Dillon# $FreeBSD: src/sbin/shutdown/Makefile,v 1.3.6.2 2001/07/30 10:38:08 dd Exp $
376d9d116SPeter Avalos# $DragonFly: src/sbin/shutdown/Makefile,v 1.4 2006/10/17 00:55:43 pavalos Exp $
4984263bcSMatthew Dillon
5984263bcSMatthew DillonPROG=	shutdown
6984263bcSMatthew DillonMAN=	shutdown.8
7*26e3ecb3SMatthew DillonLINKS=	${BINDIR}/shutdown ${BINDIR}/poweroff
8*26e3ecb3SMatthew DillonMLINKS=	shutdown.8 poweroff.8
9*26e3ecb3SMatthew Dillon
10984263bcSMatthew DillonBINGRP=	operator
11984263bcSMatthew DillonBINMODE=4550
12984263bcSMatthew Dillon
13984263bcSMatthew Dillon.include <bsd.prog.mk>
14