ngie 1add384e4d Fix warnings and bump WARNS to 6
- Staticize variables as needed
- Garbage collect argc/argv
- Fix -Wsign-compare warnings by casting small sizeof to (int)

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

8 lines
75 B
Makefile

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