summaryrefslogtreecommitdiffstats
path: root/usr.bin/compile_et
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-09 00:24:00 +0000
committerjkh <jkh@FreeBSD.org>1995-02-09 00:24:00 +0000
commit6b720ef9d5ef731872d39b99ba82b97aeac7452b (patch)
tree94ebbb631a7b77e9312e7bc37dbecd310a04cac6 /usr.bin/compile_et
parentf568e81eb84b30f8efa15528f9564c40173e38e3 (diff)
downloadFreeBSD-src-6b720ef9d5ef731872d39b99ba82b97aeac7452b.zip
FreeBSD-src-6b720ef9d5ef731872d39b99ba82b97aeac7452b.tar.gz
Add y.tab.h to CLEANFILES.
Diffstat (limited to 'usr.bin/compile_et')
-rw-r--r--usr.bin/compile_et/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile
index 9fb831a..b03ff78 100644
--- a/usr.bin/compile_et/Makefile
+++ b/usr.bin/compile_et/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.3 1995/01/14 22:29:29 wollman Exp $
+# $Id: Makefile,v 1.4 1995/01/14 22:30:32 wollman Exp $
PROG= compile_et
SRCS= compile_et.c error_table.y
CFLAGS+= -I. -I${.CURDIR}/../../lib/libcom_err
-CLEANFILES+= et_lex.lex.c
+CLEANFILES+= et_lex.lex.c y.tab.h
DPADD+= ${LIBL}
LDADD+= -ll
OpenPOWER on IntegriCloud