diff options
Diffstat (limited to 'sbin/nos-tun/Makefile')
-rw-r--r-- | sbin/nos-tun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/nos-tun/Makefile b/sbin/nos-tun/Makefile index baae98e..e128b62 100644 --- a/sbin/nos-tun/Makefile +++ b/sbin/nos-tun/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= nos-tun -WARNS= 0 +WARNS?= 0 MAN= nos-tun.8 .include <bsd.prog.mk> |