1#	$NetBSD: Makefile,v 1.5 2004/05/18 00:10:39 christos Exp $
2
3.include <bsd.own.mk>
4
5PROG=	host
6SRCS=	host.c dighost.c
7BINDIR=	/usr/bin
8
9.include "${.CURDIR}/../Makefile.inc"
10
11DIST=${IDIST}/bin/dig
12CPPFLAGS+= -I${DIST}/include
13
14.PATH: ${DIST}
15
16.include <bsd.prog.mk>
17