freebsd-skq/usr.bin/compile_et/Makefile

17 lines
261 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
PROG= compile_et
SRCS= compile_et.c error_table.y
CFLAGS+=-I. -I${.CURDIR}/../../lib/libcom_err
LFLAGS+=-l
YFLAGS=
DPADD= ${LIBL}
LDADD= -ll
CLEANFILES= et_lex.lex.c
error_table.o: et_lex.lex.c
.include <bsd.prog.mk>
${DEPENDFILE}: et_lex.lex.c