Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / bin / dig / Makefile
blobe248762ef2522508e834376531566c7fa4b43f1a
1 # $NetBSD: Makefile,v 1.1 2009/04/12 03:46:05 christos Exp $
3 .include <bsd.own.mk>
5 PROG= dig
6 SRCS= dig.c dighost.c
7 BINDIR= /usr/bin
9 .include "${.CURDIR}/../Makefile.inc"
11 DIST=${IDIST}/bin/dig
12 CPPFLAGS+= -I${DIST}/include
14 .PATH: ${DIST}
16 .include <bsd.prog.mk>