freebsd-dev/usr.sbin/config/Makefile
Peter Wemm 68f4fced95 ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS"
string could have been passed to free();  There are some warnings here
I am not sure how to fix as they are in the lex scanner code, etc.
2001-02-19 04:43:21 +00:00

16 lines
280 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= config
CFLAGS+=-I. -I${.CURDIR}
CFLAGS+=${BDECFLAGS}
SRCS= config.y main.c lang.l mkmakefile.c mkheaders.c \
mkoptions.c y.tab.h
MAN8= config.8
DPADD= ${LIBL}
LDADD= -ll
mkmakefile.o: configvers.h
.include <bsd.prog.mk>