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