Do not refer to the non-existant BDECFLAGS.
This commit is contained in:
parent
16f63d3b5a
commit
dddecaf809
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user