Deleted Added
sdiff udiff text old ( 52383 ) new ( 87243 )
full compact
1# $FreeBSD: head/usr.bin/colldef/Makefile 87243 2001-12-02 23:40:46Z markm $
2
3PROG= colldef
4SRCS= parse.y scan.l y.tab.h
5WARNS?= 2
6NO_WERROR=yes
7LFLAGS= -8 -i
8CFLAGS+=-I. -I${.CURDIR}/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT
9LDADD= -ll
10DPADD= ${LIBL}
11
12.include <bsd.prog.mk>