From 8f293129559a9fd2fc899d95af1194a6b279bec5 Mon Sep 17 00:00:00 2001 From: ngie Date: Thu, 30 Mar 2017 05:54:27 +0000 Subject: [PATCH] MFC r316049: Allow WARNS to be overridden by the end-user git-svn-id: svn://svn.freebsd.org/base/stable/10@316235 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/ctld/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ctld/Makefile b/usr.sbin/ctld/Makefile index 20ed594f0..4418c09fe 100644 --- a/usr.sbin/ctld/Makefile +++ b/usr.sbin/ctld/Makefile @@ -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 -- 2.45.0