Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / usr.bin / mkcsmapper / Makefile
1 PROG=           mkcsmapper
2 SRCS=           yacc.y lex.l
3 SRCS+=          citrus_db_factory.c citrus_bcs.c citrus_db_hash.c
4 SRCS+=          citrus_lookup_factory.c citrus_pivot_factory.c
5
6 LIBCDIR=        ${.CURDIR}/../../lib/libc
7 CITRUSDIR=      ${LIBCDIR}/citrus
8
9 .PATH: ${CITRUSDIR}
10
11 CFLAGS+=        -I. -I${.CURDIR} -I${LIBCDIR} -I${CITRUSDIR}
12 CFLAGS+=        -I${CITRUSDIR}/modules
13 YHEADER=        1
14
15 .include <bsd.prog.mk>