summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-02-19 04:43:21 +0000
committerpeter <peter@FreeBSD.org>2001-02-19 04:43:21 +0000
commitb96d955fcac9315b51bd01025be303eabf0cdfc6 (patch)
treec40bcee409cdb724826174fb503e72be95d9626e /usr.sbin/config/Makefile
parent49ef1aaa13c43ce23bf5d856364d1178c713f50c (diff)
downloadFreeBSD-src-b96d955fcac9315b51bd01025be303eabf0cdfc6.zip
FreeBSD-src-b96d955fcac9315b51bd01025be303eabf0cdfc6.tar.gz
${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.
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 5388abc..7ec44fe 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
OpenPOWER on IntegriCloud