diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-06-02 17:22:01 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-06-02 17:22:01 +0000 |
commit | 1d95dc910b964be4cb536afc0d28f341e4788f3d (patch) | |
tree | bd4b8eeaafb32744de0d97b55353c7fc8bab28a0 /usr.bin/mk_cmds/Makefile | |
parent | 6b5139742ce86ee86ddf5e16675d5dfd66041185 (diff) | |
download | src-1d95dc910b964be4cb536afc0d28f341e4788f3d.tar.gz src-1d95dc910b964be4cb536afc0d28f341e4788f3d.zip |
Backout yacc changes.
Notes
Notes:
svn path=/head/; revision=16073
Diffstat (limited to 'usr.bin/mk_cmds/Makefile')
-rw-r--r-- | usr.bin/mk_cmds/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mk_cmds/Makefile b/usr.bin/mk_cmds/Makefile index f9c2878310ef..ef9a00e688a8 100644 --- a/usr.bin/mk_cmds/Makefile +++ b/usr.bin/mk_cmds/Makefile @@ -2,12 +2,12 @@ PROG= mk_cmds # -# NB: ct.c must come before cmd_tbl.c so that ct.tab.h will be generated. +# 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 CFLAGS+= -I. -I${.CURDIR}/../../lib/libss -DIN_MK_CMDS LFLAGS= -l -CLEANFILES+= ct.tab.h cmd_tbl.c ct.c +CLEANFILES+= y.tab.c y.tab.h lex.yy.c cmd_tbl.c ct.c NOMAN= # XXX LDADD+= -ll |