Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / kerberosIV / compile_et / Makefile
CommitLineData
1c15e888 1# @(#)Makefile 5.1 (Berkeley) 6/25/90
2527b3bd
KB
2
3PROG= compile_et
4CFLAGS+=-I. -I${.CURDIR}
5SRCS= compile_et.c error_message.c et_name.c init_et.c perror.c
6OBJS+= error_table.o
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>