summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/host/Makefile
blob: ce8ee840d69d6b3370bc83a505699ac1f67708af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.5 2004/05/18 00:10:39 christos Exp $

.include <bsd.own.mk>

PROG=	host
SRCS=	host.c dighost.c
BINDIR=	/usr/bin

.include "${.CURDIR}/../Makefile.inc"

DIST=${IDIST}/bin/dig
CPPFLAGS+= -I${DIST}/include

.PATH: ${DIST}

.include <bsd.prog.mk>