Do not refer to the non-existant BDECFLAGS.

This commit is contained in:
David E. O'Brien 2003-06-11 21:25:15 +00:00
parent 2ab3670aad
commit 9cad751da5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116219
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>