summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-11-30 06:16:46 +0000
committerpeter <peter@FreeBSD.org>1999-11-30 06:16:46 +0000
commit5eb6dad4e1820167203a37204c899022fe08f0d7 (patch)
tree2fcd38bc99d00a74d3ca30b87b23da67edbe284a
parenteaacb57090a07f9f490fa088ce2cd4340971cced (diff)
downloadFreeBSD-src-5eb6dad4e1820167203a37204c899022fe08f0d7.zip
FreeBSD-src-5eb6dad4e1820167203a37204c899022fe08f0d7.tar.gz
Link against libbind (library and headers)
-rw-r--r--usr.sbin/nslookup/Makefile1
-rw-r--r--usr.sbin/nsupdate/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/nslookup/Makefile b/usr.sbin/nslookup/Makefile
index d06ddfe..c3a51a4 100644
--- a/usr.sbin/nslookup/Makefile
+++ b/usr.sbin/nslookup/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+USE_LIBBIND= yes
.include "${.CURDIR}/../named/Makefile.inc"
.PATH: ${BIND_DIR}/bin/nslookup
diff --git a/usr.sbin/nsupdate/Makefile b/usr.sbin/nsupdate/Makefile
index c8675b5..c8b2b9b 100644
--- a/usr.sbin/nsupdate/Makefile
+++ b/usr.sbin/nsupdate/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+USE_LIBBIND= yes
.include "${.CURDIR}/../named/Makefile.inc"
.PATH: ${BIND_DIR}/bin/nsupdate
OpenPOWER on IntegriCloud