aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/compile_et/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-03-20 16:21:39 +0000
committerBruce Evans <bde@FreeBSD.org>1998-03-20 16:21:39 +0000
commite1d3476a8e2f3869bac6909f4be5273423b7a7f6 (patch)
treef83ac8a9ab9c8d34635d7812b12be5983b933860 /usr.bin/compile_et/Makefile
parent1bcade7428ece9993087e1d858987097b8b628b8 (diff)
Notes
Diffstat (limited to 'usr.bin/compile_et/Makefile')
-rw-r--r--usr.bin/compile_et/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile
index f75572abb73b..34210459d3e5 100644
--- a/usr.bin/compile_et/Makefile
+++ b/usr.bin/compile_et/Makefile
@@ -1,17 +1,15 @@
-# $Id$
+# $Id: Makefile,v 1.7 1997/02/22 19:54:44 peter Exp $
PROG= compile_et
-SRCS= compile_et.c error_table.y
-CFLAGS+= -I. -I${.CURDIR}/../../lib/libcom_err
-CLEANFILES+= et_lex.lex.c y.tab.h
-DPADD+= ${LIBL}
-LDADD+= -ll
+SRCS= compile_et.c error_table.c
+CFLAGS+=-I. -I${.CURDIR}/../../lib/libcom_err
+LFLAGS+=-l
+DPADD= ${LIBL}
+LDADD= -ll
+CLEANFILES= error_table.c et_lex.lex.c y.tab.h
-beforedepend: et_lex.lex.c
-error_table.o: et_lex.lex.c
-
-.l.c:
- ${LEX} -l -t ${.IMPSRC} > ${.TARGET}
+error_table.o: et_lex.lex.c
.include <bsd.prog.mk>
+${DEPENDFILE}: et_lex.lex.c