diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-11 21:27:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-11 21:27:37 +0000 |
commit | 70be60d344f5a966ac44fbe38be29d9e05869b2f (patch) | |
tree | 6bb72b0226c6627c9caefd191f7acd7ff129a937 /usr.sbin | |
parent | 9cad751da5a95a403ee4498124416be058e306b6 (diff) | |
download | src-70be60d344f5a966ac44fbe38be29d9e05869b2f.tar.gz src-70be60d344f5a966ac44fbe38be29d9e05869b2f.zip |
Best we can do is WARNS=1 due to lex.
Notes
Notes:
svn path=/head/; revision=116220
Diffstat (limited to 'usr.sbin')
-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 5d039497973e..5c6cf5d6371c 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} |