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

.include <bsd.own.mk>

PROG=	nsupdate
MAN=	nsupdate.8
BINDIR=	/usr/bin

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

DIST=${IDIST}/bin/nsupdate

.PATH: ${DIST}

.include <bsd.prog.mk>