aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 21:25:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 21:25:15 +0000
commit9cad751da5a95a403ee4498124416be058e306b6 (patch)
treef2d9565c5279db12db4dc7c10f62d57606e95108 /usr.sbin/config
parent2ab3670aad565e907f237e84d94aecc5d66951a9 (diff)
downloadsrc-9cad751da5a95a403ee4498124416be058e306b6.tar.gz
src-9cad751da5a95a403ee4498124416be058e306b6.zip
Do not refer to the non-existant BDECFLAGS.
Notes
Notes: svn path=/head/; revision=116219
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index 982ae143a883..5d039497973e 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -7,7 +7,6 @@ SRCS= config.y main.c lang.l mkmakefile.c mkheaders.c \
mkoptions.c y.tab.h
CFLAGS+= -I. -I${.CURDIR}
-CFLAGS+= ${BDECFLAGS}
DPADD= ${LIBL}
LDADD= -ll