summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 21:27:37 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 21:27:37 +0000
commitb34a5e077d325ea645f08490bc7087f61c1cc453 (patch)
tree6bb72b0226c6627c9caefd191f7acd7ff129a937
parent816bc7b2ac1f8713f963fc4a3c66ba1a42203581 (diff)
downloadFreeBSD-src-b34a5e077d325ea645f08490bc7087f61c1cc453.zip
FreeBSD-src-b34a5e077d325ea645f08490bc7087f61c1cc453.tar.gz
Best we can do is WARNS=1 due to lex.
-rw-r--r--usr.sbin/config/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index 5d03949..5c6cf5d 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -6,6 +6,7 @@ MAN= config.8
SRCS= config.y main.c lang.l mkmakefile.c mkheaders.c \
mkoptions.c y.tab.h
+WARNS?= 1
CFLAGS+= -I. -I${.CURDIR}
DPADD= ${LIBL}
OpenPOWER on IntegriCloud