]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/shutdown/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>