aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-09 00:24:00 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-09 00:24:00 +0000
commit819ab54771e53fad3ba90af0b2b502090f4b7684 (patch)
tree94ebbb631a7b77e9312e7bc37dbecd310a04cac6 /usr.bin
parenta2d5fd1975cc62bbea7b38ce55387aff6ee501d5 (diff)
downloadsrc-819ab54771e53fad3ba90af0b2b502090f4b7684.tar.gz
src-819ab54771e53fad3ba90af0b2b502090f4b7684.zip
Add y.tab.h to CLEANFILES.
Notes
Notes: svn path=/head/; revision=6255
Diffstat (limited to 'usr.bin')
-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 9fb831a54911..b03ff7801b23 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