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