summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 21:25:15 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 21:25:15 +0000
commit816bc7b2ac1f8713f963fc4a3c66ba1a42203581 (patch)
treef2d9565c5279db12db4dc7c10f62d57606e95108
parent4451de3f803f62601c595d50e50cd232d13906aa (diff)
downloadFreeBSD-src-816bc7b2ac1f8713f963fc4a3c66ba1a42203581.zip
FreeBSD-src-816bc7b2ac1f8713f963fc4a3c66ba1a42203581.tar.gz
Do not refer to the non-existant BDECFLAGS.
-rw-r--r--usr.sbin/config/Makefile1
-rw-r--r--usr.sbin/kgzip/Makefile2
2 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index 982ae14..5d03949 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
diff --git a/usr.sbin/kgzip/Makefile b/usr.sbin/kgzip/Makefile
index 4c8cb07..ce7ffbd 100644
--- a/usr.sbin/kgzip/Makefile
+++ b/usr.sbin/kgzip/Makefile
@@ -4,6 +4,4 @@ PROG= kgzip
MAN= kgzip.8
SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
-CFLAGS+= ${BDECFLAGS}
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud