xref: /netbsd-src/external/mpl/bind/bin/nsupdate/Makefile (revision bb5aa156ef587ef59e8eaf50d33e92a33d22bcb5)
1#	$NetBSD: Makefile,v 1.3 2024/02/21 22:50:56 christos Exp $
2
3.include <bsd.init.mk>
4
5PROG=	nsupdate
6MAN=	nsupdate.1
7BINDIR=	/usr/bin
8
9DIST=${IDIST}/bin/nsupdate
10
11.PATH: ${DIST} ${IDIST}/doc/man
12DPADD+=${LIBEDIT} ${LIBTERMINFO}
13LDADD+=-ledit -lterminfo
14
15.include <bsd.prog.mk>
16