summaryrefslogtreecommitdiffstats
path: root/usr.bin/compile_et/Makefile
blob: 137f88bc719eadbc2cbe5a58cba24c0c2ef9dd0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$Id: Makefile,v 1.8 1998/03/20 16:21:39 bde Exp $

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