Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / bind / bin / nslookup / Makefile
blob8e549464ffc22de99b4c3b1cd7b18797351867ca
1 # $NetBSD: Makefile,v 1.7 2004/05/18 00:10:39 christos Exp $
3 .include <bsd.own.mk>
5 PROG= nslookup
6 SRCS= nslookup.c dighost.c
7 MAN= nslookup.8
8 BINDIR= /usr/bin
10 .include "${.CURDIR}/../Makefile.inc"
12 DIST=${IDIST}/bin/dig
13 CPPFLAGS+= -I${DIST}/include
15 .PATH: ${DIST}
17 .include <bsd.prog.mk>