aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nsupdate/Makefile
blob: 16697cb7dd8c2f600575f0e6c737455026f2eafd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

USE_LIBBIND=	yes
.include "${.CURDIR}/../named/Makefile.inc"

.PATH: ${BIND_DIR}/bin/nsupdate

PROG=	nsupdate
NOMAN=	hmm..

.include <bsd.prog.mk>