Deleted Added
full compact
Makefile (50477) Makefile (50881)
1# $FreeBSD: head/usr.bin/compile_et/Makefile 50477 1999-08-28 01:08:13Z peter $
1# $FreeBSD: head/usr.bin/compile_et/Makefile 50881 1999-09-04 09:52:36Z markm $
2
3PROG= compile_et
2
3PROG= compile_et
4SRCS= compile_et.c error_table.y
5CFLAGS+=-I. -I${.CURDIR}/../../lib/libcom_err
6LFLAGS+=-l
7YFLAGS=
8DPADD= ${LIBL}
9LDADD= -ll
10CLEANFILES= et_lex.lex.c
4SRCS= compile_et.c parse.y lex.l getarg.c
5CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
11
6
12error_table.o: et_lex.lex.c
13
14.include <bsd.prog.mk>
15
7.include <bsd.prog.mk>
8
16${DEPENDFILE}: et_lex.lex.c
9.PATH: ${.CURDIR}/../../contrib/com_err