diff options
author | obrien <obrien@FreeBSD.org> | 2003-06-11 21:27:37 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-06-11 21:27:37 +0000 |
commit | b34a5e077d325ea645f08490bc7087f61c1cc453 (patch) | |
tree | 6bb72b0226c6627c9caefd191f7acd7ff129a937 /usr.sbin/config/Makefile | |
parent | 816bc7b2ac1f8713f963fc4a3c66ba1a42203581 (diff) | |
download | FreeBSD-src-b34a5e077d325ea645f08490bc7087f61c1cc453.zip FreeBSD-src-b34a5e077d325ea645f08490bc7087f61c1cc453.tar.gz |
Best we can do is WARNS=1 due to lex.
Diffstat (limited to 'usr.sbin/config/Makefile')
-rw-r--r-- | usr.sbin/config/Makefile | 1 |
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} |