mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
- 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
7 lines
75 B
Makefile
7 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= unix_bindconnect
|
|
MAN=
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|