From 9667ed0a16eba9f143da687394e035821f56dc75 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 5 May 1998 13:16:35 +0000 Subject: 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. --- usr.bin/mk_cmds/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/mk_cmds') 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 -- cgit v1.1