summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--games/atc/Makefile2
-rw-r--r--usr.bin/colldef/Makefile4
-rw-r--r--usr.bin/mk_cmds/Makefile4
-rw-r--r--usr.bin/mklocale/Makefile4
-rw-r--r--usr.sbin/ipsend/Makefile3
-rw-r--r--usr.sbin/pcvt/kbdio/Makefile2
6 files changed, 10 insertions, 9 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile
index 8ff9e46..87bc65b 100644
--- a/games/atc/Makefile
+++ b/games/atc/Makefile
@@ -3,7 +3,7 @@
PROG= atc
CFLAGS+=-DBSD -I${.CURDIR} -I.
SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \
- main.c tunable.c update.c
+ main.c tunable.c update.c y.tab.h
MAN6= atc.6
DPADD= ${LIBL} ${LIBM} ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -ll -lm -lcurses -ltermcap -lcompat
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
diff --git a/usr.bin/mk_cmds/Makefile b/usr.bin/mk_cmds/Makefile
index 74a7262..8cc8384 100644
--- a/usr.bin/mk_cmds/Makefile
+++ b/usr.bin/mk_cmds/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.5 1997/02/22 19:56:09 peter Exp $
+# $Id: Makefile,v 1.6 1998/05/04 20:09:03 bde Exp $
PROG= mk_cmds
-SRCS= mk_cmds.c options.c utils.c ct.y cmd_tbl.l
+SRCS= mk_cmds.c options.c utils.c ct.y cmd_tbl.l y.tab.h
CFLAGS+= -I. -I${.CURDIR}/../../lib/libss -DIN_MK_CMDS
LFLAGS= -l
NOMAN= # XXX
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile
index e3ca24c..41933a9 100644
--- a/usr.bin/mklocale/Makefile
+++ b/usr.bin/mklocale/Makefile
@@ -1,8 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/7/93
-# $Id$
+# $Id: Makefile,v 1.18 1998/05/04 20:09:03 bde Exp $
PROG= mklocale
-SRCS= yacc.y lex.l
+SRCS= yacc.y lex.l y.tab.h
CFLAGS+=-I.
MAN1= mklocale.1
SUBDIR= data
diff --git a/usr.sbin/ipsend/Makefile b/usr.sbin/ipsend/Makefile
index 4c3b979..75a45b3 100644
--- a/usr.sbin/ipsend/Makefile
+++ b/usr.sbin/ipsend/Makefile
@@ -7,7 +7,8 @@
PROG= ipsend
MAN1= ipsend.1
MAN5= ipsend.5
-SRCS= ipsend.c ip.c ipsopt.c sbpf.c sock.c 44arp.c iplang_y.y iplang_l.l
+SRCS= ipsend.c ip.c ipsopt.c sbpf.c sock.c 44arp.c iplang_y.y iplang_l.l \
+ y.tab.h
CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \
-I- -I. -I${.CURDIR}/../../sys/netinet \
diff --git a/usr.sbin/pcvt/kbdio/Makefile b/usr.sbin/pcvt/kbdio/Makefile
index 167d508..08cbf3b 100644
--- a/usr.sbin/pcvt/kbdio/Makefile
+++ b/usr.sbin/pcvt/kbdio/Makefile
@@ -10,7 +10,7 @@ error:
.else
PROG= kbdio
-SRCS= kbdio.y lex.l
+SRCS= kbdio.y lex.l y.tab.h
#YACC= bison
#YFLAGS+= -yd # Bison only
OpenPOWER on IntegriCloud