freebsd-nq/tools/regression/sockets/unix_passfd/Makefile
Enji Cooper 2084db1777 Fix warnings, fix a typo in a testcase description, bump WARNS to 3
- Remove argc/argv (-Wunused)
- Cast len in comparison to size_t (-Wsign-compare)

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
2015-04-10 07:35:53 +00:00

8 lines
70 B
Makefile

# $FreeBSD$
PROG= unix_passfd
MAN=
WARNS?= 3
.include <bsd.prog.mk>