]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sbin/shutdown/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sbin / shutdown / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 PROG=   shutdown
5 MAN=    shutdown.8
6 LINKS=  ${BINDIR}/shutdown ${BINDIR}/poweroff
7 MLINKS= shutdown.8 poweroff.8
8
9 BINOWN= root
10 BINGRP= operator
11 BINMODE=4550
12
13 .include <bsd.prog.mk>