summaryrefslogtreecommitdiffstats
path: root/usr.bin/mk_cmds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mk_cmds/Makefile')
-rw-r--r--usr.bin/mk_cmds/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.bin/mk_cmds/Makefile b/usr.bin/mk_cmds/Makefile
index a240c05..74a7262 100644
--- a/usr.bin/mk_cmds/Makefile
+++ b/usr.bin/mk_cmds/Makefile
@@ -1,13 +1,9 @@
-# $Id$
+# $Id: Makefile,v 1.5 1997/02/22 19:56:09 peter Exp $
PROG= mk_cmds
-#
-# NB: ct.c must come before cmd_tbl.c so that y.tab.h will be generated.
-#
-SRCS= mk_cmds.c options.c utils.c ct.c cmd_tbl.c
+SRCS= mk_cmds.c options.c utils.c ct.y cmd_tbl.l
CFLAGS+= -I. -I${.CURDIR}/../../lib/libss -DIN_MK_CMDS
LFLAGS= -l
-CLEANFILES+= y.tab.c y.tab.h lex.yy.c cmd_tbl.c ct.c
NOMAN= # XXX
LDADD+= -ll
OpenPOWER on IntegriCloud