freebsd-dev/sbin/shutdown/Makefile
Xin LI f906f84330 Use modern style defination for main() and move a extern
declaration to global section.

Bump WARNS?= to 6
2005-01-25 08:37:04 +00:00

14 lines
160 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
PROG= shutdown
MAN= shutdown.8
WARNS?= 6
BINOWN= root
BINGRP= operator
BINMODE=4550
.include <bsd.prog.mk>