summaryrefslogtreecommitdiff
path: root/external/mpl/bind/bin/nsupdate/Makefile
blob: da6ff5a852abe3f5fd39dddd71f68aa89b9d1878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.2 2020/08/03 17:23:36 christos Exp $

.include <bsd.init.mk>

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

DIST=${IDIST}/bin/nsupdate

.PATH: ${DIST} ${IDIST}/doc/man
DPADD+=${LIBEDIT} ${LIBTERMINFO}
LDADD+=-ledit -lterminfo

nsupdate.o: ${VERSIONFILE}

.include <bsd.prog.mk>