aboutsummaryrefslogtreecommitdiff
path: root/sbin/nos-tun
diff options
context:
space:
mode:
authorJohan Karlsson <johan@FreeBSD.org>2004-02-23 20:25:27 +0000
committerJohan Karlsson <johan@FreeBSD.org>2004-02-23 20:25:27 +0000
commit604d24db9579f5b317cae3fae63ab75ef5efca7f (patch)
treec7a40798921957743bfe9ddeb54c45234fb14086 /sbin/nos-tun
parentcee1270c1af563b8877f3ee833694ca693505177 (diff)
downloadsrc-604d24db9579f5b317cae3fae63ab75ef5efca7f.tar.gz
src-604d24db9579f5b317cae3fae63ab75ef5efca7f.zip
style.Makefile(5):
Use WARNS?= instead of WARNS=.
Notes
Notes: svn path=/head/; revision=126178
Diffstat (limited to 'sbin/nos-tun')
-rw-r--r--sbin/nos-tun/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/nos-tun/Makefile b/sbin/nos-tun/Makefile
index baae98ebb108..e128b62160f7 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>