freebsd-dev/usr.bin/colldef/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

12 lines
245 B
Makefile

# $Id: Makefile,v 1.12 1998/05/04 20:09:02 bde Exp $
PROG = colldef
LFLAGS = -8 -i
CFLAGS += -I. -I${.CURDIR}/../../lib/libc/locale -DCOLLATE_DEBUG
SRCS = parse.y scan.l y.tab.h
LDADD = -ll
DPADD = ${LIBL}
SUBDIR = data
.include <bsd.prog.mk>