Cleanup brk_string()
[dragonfly.git] / usr.bin / mkcsmapper / Makefile
1 # $DragonFly: src/usr.bin/mkcsmapper/Makefile,v 1.1 2005/03/11 20:17:11 joerg Exp $
2
3 PROG=           mkcsmapper
4 SRCS=           yacc.y lex.l
5 SRCS+=          citrus_db_factory.c citrus_bcs.c citrus_db_hash.c
6 SRCS+=          citrus_lookup_factory.c citrus_pivot_factory.c
7 NOMAN=          1
8 WARNS?=         6
9
10 LIBCDIR=        ${.CURDIR}/../../lib/libc
11 CITRUSDIR=      ${LIBCDIR}/citrus
12
13 .PATH: ${CITRUSDIR}
14
15 CFLAGS+=        -I. -I${.CURDIR} -I${LIBCDIR} -I${CITRUSDIR}
16 CFLAGS+=        -I${CITRUSDIR}/modules
17 YHEADER=        1
18
19 .include <bsd.prog.mk>