opnsense-src/tools/regression/sockets/sblock/Makefile
Enji Cooper c7ded8ba9e Fix warnings and bump WARNS to 6
- Garbage collect argc/argv (-Wunused)
- sleep(3) will always return an unsigned int; don't check for return codes <0
  (-Wsign-compare)

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
2015-04-11 03:13:09 +00:00

9 lines
69 B
Makefile

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