No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / bin / host / Makefile
blobce8ee840d69d6b3370bc83a505699ac1f67708af
1 # $NetBSD: Makefile,v 1.5 2004/05/18 00:10:39 christos Exp $
3 .include <bsd.own.mk>
5 PROG= host
6 SRCS= host.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>