]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/shutdown/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>