freebsd-dev/usr.bin/compile_et/Makefile

15 lines
368 B
Makefile
Raw Normal View History

# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
1995-01-14 20:58:00 +00:00
# $Id: Makefile,v 1.1.1.1 1994/09/30 14:49:49 csgr Exp $
PROG= compile_et
CFLAGS+=-I. -I${.CURDIR}
1995-01-14 20:58:00 +00:00
SRCS= compile_et.c error_message.c et_name.c init_et.c perror.c error_table.c
DPADD= ${LIBL}
LDADD= -ll
CLEANFILES=et_lex.lex.c y.tab.c y.tab.h error_table.c
NOMAN= noman
error_table.c: et_lex.lex.c
.include <bsd.prog.mk>