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>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to