freebsd-dev/usr.bin/mk_cmds/Makefile
Bruce Evans de1d4a81ee 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.
1998-05-05 13:16:35 +00:00

13 lines
257 B
Makefile

# $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 y.tab.h
CFLAGS+= -I. -I${.CURDIR}/../../lib/libss -DIN_MK_CMDS
LFLAGS= -l
NOMAN= # XXX
LDADD+= -ll
DPADD+= ${LIBL}
.include <bsd.prog.mk>