svn commit: r316049 - head/usr.sbin/ctld
Ngie Cooper
ngie at FreeBSD.org
Mon Mar 27 18:40:21 UTC 2017
Author: ngie
Date: Mon Mar 27 18:40:20 2017
New Revision: 316049
URL: https://svnweb.freebsd.org/changeset/base/316049
Log:
Allow WARNS to be overridden by the end-user
MFC after: 3 days
Sponsored by: Dell EMC Isilon
Modified:
head/usr.sbin/ctld/Makefile
Modified: head/usr.sbin/ctld/Makefile
==============================================================================
--- head/usr.sbin/ctld/Makefile Mon Mar 27 18:31:00 2017 (r316048)
+++ head/usr.sbin/ctld/Makefile Mon Mar 27 18:40:20 2017 (r316049)
@@ -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-all
mailing list