opnsense-src/tools/regression/sockets/shutdown/Makefile
Enji Cooper bcd1483d9d Fix a -Wuninitialized warning by setting the socket to -1 and bump WARNS to 6
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
2015-04-11 03:19:48 +00:00

9 lines
71 B
Makefile

#
# $FreeBSD$
#
PROG= shutdown
MAN=
WARNS?= 6
.include <bsd.prog.mk>