aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-02-19 04:43:21 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-02-19 04:43:21 +0000
commit68f4fced955b584c59532b8dbe689639e061b1fa (patch)
treef474f7b801a50c292623dac6143c032a6d782d54 /usr.sbin/config/Makefile
parent866546105a7b98c336138594ae77db6cac2e30d2 (diff)
downloadsrc-68f4fced955b584c59532b8dbe689639e061b1fa.tar.gz
src-68f4fced955b584c59532b8dbe689639e061b1fa.zip
${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS"
string could have been passed to free(); There are some warnings here I am not sure how to fix as they are in the lex scanner code, etc.
Notes
Notes: svn path=/head/; revision=72684
Diffstat (limited to 'usr.sbin/config/Makefile')
-rw-r--r--usr.sbin/config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index 5388abc5ae16..7ec44fe0d6f9 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -3,7 +3,7 @@
PROG= config
CFLAGS+=-I. -I${.CURDIR}
-CFLAGS+=-Wall -Wunused -Wmissing-prototypes -Wredundant-decls
+CFLAGS+=${BDECFLAGS}
SRCS= config.y main.c lang.l mkmakefile.c mkheaders.c \
mkoptions.c y.tab.h
MAN8= config.8