Remove building with NOCRYPTO option
[minix3.git] / usr.bin / mkesdb / Makefile
blobd788e37749f1e413ba705b5174dc7777213b4eea
1 # $NetBSD: Makefile,v 1.7 2009/10/28 22:22:44 christos Exp $
3 NOMAN=# defined (must come before bsd.own.mk)
5 .ifndef HOSTPROG
6 .include <bsd.own.mk>
7 .endif
9 .PATH: ${NETBSDSRCDIR}/lib/libc/citrus
11 PROG= mkesdb
12 SRCS= yacc.y lex.l \
13 citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
14 citrus_lookup_factory.c
15 CPPFLAGS+= -I. -I${.CURDIR} -I${NETBSDSRCDIR}/lib/libc \
16 -I${NETBSDSRCDIR}/lib/libc/citrus \
17 -DHOSTPROG -DLIBC_SCCS
18 YHEADER= 1
20 .ifndef HOSTPROG
21 .include <bsd.prog.mk>
22 .endif