summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-30 05:54:27 +0000
committerngie <ngie@FreeBSD.org>2017-03-30 05:54:27 +0000
commite803d6953feed4646efb5268fda5c8e56ccb7420 (patch)
tree0dc2d0d85f0e02aae499363908001079bda63817 /usr.sbin
parent70222d3cd5c773d94b96139bab2b56cbdd406d71 (diff)
downloadFreeBSD-src-e803d6953feed4646efb5268fda5c8e56ccb7420.zip
FreeBSD-src-e803d6953feed4646efb5268fda5c8e56ccb7420.tar.gz
MFC r316049:
Allow WARNS to be overridden by the end-user
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ctld/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ctld/Makefile b/usr.sbin/ctld/Makefile
index 20ed594..4418c09 100644
--- a/usr.sbin/ctld/Makefile
+++ b/usr.sbin/ctld/Makefile
@@ -16,7 +16,7 @@ LDADD= -lbsdxml -ll -lmd -lsbuf -lutil
YFLAGS+= -v
CLEANFILES= y.tab.c y.tab.h y.output
-WARNS= 6
+WARNS?= 6
NO_WMISSING_VARIABLE_DECLARATIONS=
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud