Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / colldef / Makefile
1 # $FreeBSD: src/usr.bin/colldef/Makefile,v 1.16.2.1 2002/08/17 18:57:10 ache Exp $
2 # $DragonFly: src/usr.bin/colldef/Makefile,v 1.2 2003/06/17 04:29:25 dillon Exp $
3
4 PROG=   colldef
5 SRCS=   parse.y scan.l y.tab.h
6 LFLAGS= -8 -i
7 CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale
8 CFLAGS+=-DCOLLATE_DEBUG -DYY_NO_UNPUT
9 LDADD=  -ll
10 DPADD=  ${LIBL}
11
12 .include <bsd.prog.mk>