xref: /netbsd-src/external/mpl/bind/bin/host/Makefile (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
1#	$NetBSD: Makefile,v 1.2 2020/08/03 17:23:35 christos Exp $
2
3.include <bsd.init.mk>
4
5PROG=	host
6SRCS=	host.c dighost.c
7BINDIR=	/usr/bin
8
9DIST=${IDIST}/bin/dig
10CPPFLAGS+= -I${DIST}/include
11
12host.o: ${VERSIONFILE}
13
14.PATH: ${DIST} ${IDIST}/doc/man
15
16.include <bsd.prog.mk>
17