Makefile revision 5617
1#	From: @(#)Makefile	5.1 (Berkeley) 6/25/90
2#	$Id: Makefile,v 1.1.1.1 1994/09/30 14:49:49 csgr Exp $
3
4PROG=	compile_et
5CFLAGS+=-I. -I${.CURDIR}
6SRCS=	compile_et.c error_message.c et_name.c init_et.c perror.c error_table.c
7DPADD=	${LIBL}
8LDADD=	-ll
9CLEANFILES=et_lex.lex.c y.tab.c y.tab.h error_table.c
10NOMAN=	noman
11
12error_table.c: et_lex.lex.c
13
14.include <bsd.prog.mk>
15