mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 17:51:05 +01:00
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>
|
|
|