xref: /dflybsd-src/usr.bin/mkesdb/Makefile (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
1PROG=		mkesdb
2SRCS=		yacc.y lex.l
3SRCS+=		citrus_bcs.c citrus_db_factory.c citrus_db_hash.c
4SRCS+=		citrus_lookup_factory.c
5YHEADER=	1
6
7LIBCDIR=	${.CURDIR}/../../lib/libc
8CITRUSDIR=	${LIBCDIR}/citrus
9
10CFLAGS+=	-I. -I${.CURDIR} -I${LIBCDIR} -I${CITRUSDIR}
11
12.PATH: ${CITRUSDIR}
13
14.include <bsd.prog.mk>
15