summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-04 18:40:18 +0000
committerbde <bde@FreeBSD.org>1998-05-04 18:40:18 +0000
commitc1ea7ba30de2bb57bc5bec45c8f6d23b52b12c70 (patch)
tree890ae680ab1f80b9063534606190d0da9ff4e57d /usr.bin
parent1f573458e336167cb79f44ee7e1b08611058df59 (diff)
downloadFreeBSD-src-c1ea7ba30de2bb57bc5bec45c8f6d23b52b12c70.zip
FreeBSD-src-c1ea7ba30de2bb57bc5bec45c8f6d23b52b12c70.tar.gz
Simplified using new yacc rules and by not generating y.tab.h. The
lex source is still handled bogusly.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/compile_et/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile
index 3421045..137f88b 100644
--- a/usr.bin/compile_et/Makefile
+++ b/usr.bin/compile_et/Makefile
@@ -1,12 +1,13 @@
-# $Id: Makefile,v 1.7 1997/02/22 19:54:44 peter Exp $
+# $Id: Makefile,v 1.8 1998/03/20 16:21:39 bde Exp $
PROG= compile_et
-SRCS= compile_et.c error_table.c
+SRCS= compile_et.c error_table.y
CFLAGS+=-I. -I${.CURDIR}/../../lib/libcom_err
LFLAGS+=-l
+YFLAGS=
DPADD= ${LIBL}
LDADD= -ll
-CLEANFILES= error_table.c et_lex.lex.c y.tab.h
+CLEANFILES= et_lex.lex.c
error_table.o: et_lex.lex.c
OpenPOWER on IntegriCloud