summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-30 05:49:23 +0000
committerngie <ngie@FreeBSD.org>2017-03-30 05:49:23 +0000
commit45d4ac50e609dce8db7971f0d51970e5fd11113e (patch)
treea1a70223f791aaf9842e62098a4bd38af18c2898 /usr.sbin
parentd924a5909a28cd8526700482fbcd2f65f9826fd3 (diff)
downloadFreeBSD-src-45d4ac50e609dce8db7971f0d51970e5fd11113e.zip
FreeBSD-src-45d4ac50e609dce8db7971f0d51970e5fd11113e.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 664dc22..6ce58bc 100644
--- a/usr.sbin/ctld/Makefile
+++ b/usr.sbin/ctld/Makefile
@@ -18,7 +18,7 @@ LIBADD= bsdxml l md sbuf util ucl m
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