summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-05-30 23:03:00 +0000
committerphk <phk@FreeBSD.org>1996-05-30 23:03:00 +0000
commitd5d5efa444376f85451df3076034de9301219ecb (patch)
treecee2a1f5a1ce7b78657b6b50f2b5b82076b8bdf9 /usr.bin/colldef/Makefile
parent3203743c60b6fdd8bc922650652cc75bc45ddc63 (diff)
downloadFreeBSD-src-d5d5efa444376f85451df3076034de9301219ecb.zip
FreeBSD-src-d5d5efa444376f85451df3076034de9301219ecb.tar.gz
yacc changes.
Diffstat (limited to 'usr.bin/colldef/Makefile')
-rw-r--r--usr.bin/colldef/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile
index 06ee59c..56baf0c 100644
--- a/usr.bin/colldef/Makefile
+++ b/usr.bin/colldef/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1995/10/22 00:58:41 ache Exp $
+# $Id: Makefile,v 1.6 1995/11/03 14:53:27 ache Exp $
PROG = colldef
LFLAGS = -8 -i
@@ -7,7 +7,7 @@ CFLAGS += -I. -I${.CURDIR}/../../lib/libc/locale
SRCS = parse.c scan.c
LDADD = -ll
DPADD = ${LIBL}
-CLEANFILES += lex.yy.c parse.c scan.c y.tab.[ch]
+CLEANFILES += parse.c scan.c parse.tab.h
SUBDIR = data
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud