freebsd-skq/usr.bin/compile_et/Makefile
Garrett Wollman 5e914d3b8d Upgrade to latest released SIPB version I can find. (Unfortunately, the
original releases were not numbered.)
1995-01-14 22:29:34 +00:00

18 lines
278 B
Makefile

# $Id$
PROG= compile_et
SRCS= compile_et.c error_table.y
CFLAGS+= -I. -I${.CURDIR}/../libcom_err
CLEANFILES+= et_lex.lex.c
DPADD+= ${LIBL}
LDADD+= -ll
beforedepend: et_lex.lex.c
error_table.o: et_lex.lex.c
.l.c:
${LEX} -l -t ${.IMPSRC} > ${.TARGET}
.include <bsd.prog.mk>