mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
- 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
9 lines
69 B
Makefile
9 lines
69 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= sblock
|
|
MAN=
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|