summaryrefslogtreecommitdiff
path: root/sbin/mknod
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/mknod
parentcee1270c1af563b8877f3ee833694ca693505177 (diff)
downloadsrc-test-604d24db9579f5b317cae3fae63ab75ef5efca7f.tar.gz
src-test-604d24db9579f5b317cae3fae63ab75ef5efca7f.zip
style.Makefile(5):
Use WARNS?= instead of WARNS=.
Notes
Notes: svn path=/head/; revision=126178
Diffstat (limited to 'sbin/mknod')
-rw-r--r--sbin/mknod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile
index c83c6bcd0da7b..d28d3a5953777 100644
--- a/sbin/mknod/Makefile
+++ b/sbin/mknod/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= mknod
-WARNS= 0
+WARNS?= 0
MAN= mknod.8
.include <bsd.prog.mk>