summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-05 13:16:35 +0000
committerbde <bde@FreeBSD.org>1998-05-05 13:16:35 +0000
commit9667ed0a16eba9f143da687394e035821f56dc75 (patch)
treef36126d34967e65fb94d830a31a7bfc502f9ed53 /usr.bin/colldef/Makefile
parent06d8ed4b9f275818234a5a1e398a4695a5e2d773 (diff)
downloadFreeBSD-src-9667ed0a16eba9f143da687394e035821f56dc75.zip
FreeBSD-src-9667ed0a16eba9f143da687394e035821f56dc75.tar.gz
Added y.tab.h to SRCS. This should have been used to get dependencies
on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
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 9fe2f68..474bf7b 100644
--- a/usr.bin/colldef/Makefile
+++ b/usr.bin/colldef/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.11 1997/02/22 19:54:30 peter Exp $
+# $Id: Makefile,v 1.12 1998/05/04 20:09:02 bde Exp $
PROG = colldef
LFLAGS = -8 -i
CFLAGS += -I. -I${.CURDIR}/../../lib/libc/locale -DCOLLATE_DEBUG
-SRCS = parse.y scan.l
+SRCS = parse.y scan.l y.tab.h
LDADD = -ll
DPADD = ${LIBL}
SUBDIR = data
OpenPOWER on IntegriCloud