summaryrefslogtreecommitdiffstats
path: root/usr.bin/mk_cmds
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/mk_cmds
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/mk_cmds')
-rw-r--r--usr.bin/mk_cmds/Makefile4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud