summaryrefslogtreecommitdiffstats
path: root/usr.bin/compile_et/Makefile
blob: d8cd73854eb719b51e863e1633a239d70ade802f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $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
OpenPOWER on IntegriCloud