aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nsupdate
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-05-03 05:10:23 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-05-03 05:10:23 +0000
commit7193f43e1854fb62b52c0d6afca609faea622e8f (patch)
tree40ce100679f6db65fc694d1e6f9109162cb52ff9 /usr.sbin/nsupdate
parente730bbed7e0cb15836a1c839e1cbfbacbc0bdf95 (diff)
downloadsrc-7193f43e1854fb62b52c0d6afca609faea622e8f.tar.gz
src-7193f43e1854fb62b52c0d6afca609faea622e8f.zip
New bind8 program
Notes
Notes: svn path=/head/; revision=35638
Diffstat (limited to 'usr.sbin/nsupdate')
-rw-r--r--usr.sbin/nsupdate/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/nsupdate/Makefile b/usr.sbin/nsupdate/Makefile
new file mode 100644
index 000000000000..c8675b523a17
--- /dev/null
+++ b/usr.sbin/nsupdate/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.include "${.CURDIR}/../named/Makefile.inc"
+
+.PATH: ${BIND_DIR}/bin/nsupdate
+
+PROG= nsupdate
+NOMAN= hmm..
+
+.include <bsd.prog.mk>