Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / bin / tools / Makefile.inc
blob0c7e3da6dedc3a06355765337b831a76983baf5d
1 #       $NetBSD: Makefile.inc,v 1.1 2011/09/11 18:55:24 christos Exp $
3 .include <bsd.own.mk>
5 .include "${.CURDIR}/../../Makefile.inc"
7 TOOLS=${IDIST}/bin/tools
9 .PATH: ${TOOLS}
11 PROG=${BASE}
12 SRCS=${BASE}.c
13 .if exists(${TOOLS}/${BASE}.8)
14 BINDIR=/usr/sbin
15 MAN=${BASE}.8
16 .elif exists(${TOOLS}/${BASE}.1)
17 BINDIR=/usr/bin
18 MAN=${BASE}.1
19 .endif