2d68bf45bf
Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
9 lines
76 B
Makefile
9 lines
76 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= nos-tun
|
|
WARNS= 0
|
|
MAN= nos-tun.8
|
|
|
|
.include <bsd.prog.mk>
|
|
|