]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/compile_et/Makefile
Copy from vendor branch. This mainly undoes most of the backing out of
[FreeBSD/FreeBSD.git] / usr.bin / compile_et / Makefile
1 #       $Id: Makefile,v 1.8 1998/03/20 16:21:39 bde Exp $
2
3 PROG=   compile_et
4 SRCS=   compile_et.c error_table.y
5 CFLAGS+=-I. -I${.CURDIR}/../../lib/libcom_err
6 LFLAGS+=-l
7 YFLAGS=
8 DPADD=  ${LIBL}
9 LDADD=  -ll
10 CLEANFILES=     et_lex.lex.c
11
12 error_table.o: et_lex.lex.c
13
14 .include <bsd.prog.mk>
15
16 ${DEPENDFILE}: et_lex.lex.c