summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2014-09-16 17:09:25 +0000
committerBrad Smith <brad@cvs.openbsd.org>2014-09-16 17:09:25 +0000
commit173d8acb8b763a1088849c04d7f70ca32f8156b6 (patch)
tree92ae9915bf755c475255f36a925b3f32e9c1e7c0 /usr.sbin/nsd/Makefile.bsd-wrapper
parentdbb1c9ac7d0d8ee0e997a9432bbdf95c5518c1a7 (diff)
Add nsd-checkzone.
Diffstat (limited to 'usr.sbin/nsd/Makefile.bsd-wrapper')
-rw-r--r--usr.sbin/nsd/Makefile.bsd-wrapper6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/nsd/Makefile.bsd-wrapper b/usr.sbin/nsd/Makefile.bsd-wrapper
index e8a85475c96..e8a3a3010df 100644
--- a/usr.sbin/nsd/Makefile.bsd-wrapper
+++ b/usr.sbin/nsd/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2013/11/26 12:53:57 sthen Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2014/09/16 17:09:24 brad Exp $
.include <bsd.own.mk>
@@ -23,9 +23,9 @@ CONFIGURE_OPTS= --prefix=/usr \
--enable-ratelimit \
--enable-root-server
-PROG= nsd nsd-checkconf nsd-control
+PROG= nsd nsd-checkconf nsd-checkzone nsd-control
-MAN= nsd.8 nsd-checkconf.8 nsd-control.8 nsd.conf.5
+MAN= nsd.8 nsd-checkconf.8 nsd-checkzone.8 nsd-control.8 nsd.conf.5
all: gnu