Do not refer to the non-existant BDECFLAGS.

This commit is contained in:
obrien 2003-06-11 21:25:15 +00:00
parent 16f63d3b5a
commit dddecaf809
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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>