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