svn commit: r316235 - stable/10/usr.sbin/ctld

Ngie Cooper ngie at FreeBSD.org
Thu Mar 30 05:54:29 UTC 2017


Author: ngie
Date: Thu Mar 30 05:54:27 2017
New Revision: 316235
URL: https://svnweb.freebsd.org/changeset/base/316235

Log:
  MFC r316049:
  
  Allow WARNS to be overridden by the end-user

Modified:
  stable/10/usr.sbin/ctld/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/ctld/Makefile
==============================================================================
--- stable/10/usr.sbin/ctld/Makefile	Thu Mar 30 05:54:22 2017	(r316234)
+++ stable/10/usr.sbin/ctld/Makefile	Thu Mar 30 05:54:27 2017	(r316235)
@@ -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>


More information about the svn-src-all mailing list