svn commit: r316230 - stable/11/usr.sbin/ctld
Ngie Cooper
ngie at FreeBSD.org
Thu Mar 30 05:49:24 UTC 2017
Author: ngie
Date: Thu Mar 30 05:49:23 2017
New Revision: 316230
URL: https://svnweb.freebsd.org/changeset/base/316230
Log:
MFC r316049:
Allow WARNS to be overridden by the end-user
Modified:
stable/11/usr.sbin/ctld/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/ctld/Makefile
==============================================================================
--- stable/11/usr.sbin/ctld/Makefile Thu Mar 30 05:47:18 2017 (r316229)
+++ stable/11/usr.sbin/ctld/Makefile Thu Mar 30 05:49:23 2017 (r316230)
@@ -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>
More information about the svn-src-stable-11
mailing list