summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef/Makefile
blob: 4bf49fcaa69496658692112846544206b9079de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

PROG=	colldef
SRCS=	parse.y scan.l y.tab.h
WARNS?=	2
NO_WERROR=yes
LFLAGS=	-8 -i
CFLAGS+=-I. -I${.CURDIR}/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT
LDADD=	-ll
DPADD=	${LIBL}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud