1add384e4d
- 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
8 lines
75 B
Makefile
8 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= unix_bindconnect
|
|
MAN=
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|