summaryrefslogtreecommitdiff
path: root/usr.bin/host
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-09-24 13:42:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-09-24 13:42:00 +0000
commit56216f685b9a1d374e63cb315b6fa427c0c29852 (patch)
tree0a66d80ecf04f2810c88e41bc729d46e0caa066f /usr.bin/host
parent6d4a0e75fc8eddc49f9e56cb0ee0c31241136ac1 (diff)
downloadsrc-test-56216f685b9a1d374e63cb315b6fa427c0c29852.tar.gz
src-test-56216f685b9a1d374e63cb315b6fa427c0c29852.zip
Don't expose BIND libraries and their headers to the public by default,
but have a knob (WANT_BIND_LIBS) to build and install them in /usr/lib and /usr/include. Rumors are that this may be useful at a later point, let's see. What this really means is that all BIND libraries are now internal to buildworld (by default, unless WANT_BIND_LIBS is defined), and linked statically into various BIND executables. While here, removed redundant -I's from CFLAGS in lib/bind makefiles. Sponsored by: des OK'ed by: dougb
Notes
Notes: svn path=/head/; revision=135739
Diffstat (limited to 'usr.bin/host')
-rw-r--r--usr.bin/host/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile
index e3a034d66bcdc..e39b93c5f28a1 100644
--- a/usr.bin/host/Makefile
+++ b/usr.bin/host/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
BIND_DIR= ${.CURDIR}/../../contrib/bind9
-LIB_BIND_DIR= ${.CURDIR}/../../lib/bind
+LIB_BIND_REL= ../../lib/bind
+LIB_BIND_DIR= ${.CURDIR}/${LIB_BIND_REL}
SRCDIR= ${BIND_DIR}/bin/dig
.include "${LIB_BIND_DIR}/config.mk"