bcd1483d9d
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
10 lines
71 B
Makefile
10 lines
71 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= shutdown
|
|
MAN=
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|