aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-11-30 02:18:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-11-30 02:18:13 +0000
commitfe6d3fe571a4dd5637c70923fde9268eccde1731 (patch)
tree43ee30d2419700c77e28d0dc963f53f6f6a5f2fe /usr.bin/Makefile
parent2ab04c7d8ee041ab899106c3164b7788d431940c (diff)
downloadsrc-fe6d3fe571a4dd5637c70923fde9268eccde1731.tar.gz
src-fe6d3fe571a4dd5637c70923fde9268eccde1731.zip
Move named and associated tools into a seperate makefile section and
disable them pending an import and cleanup of bind 8.2.2.p5.
Notes
Notes: svn path=/head/; revision=53909
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 628c615594c8..b4086b876254 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -33,9 +33,7 @@ SUBDIR= apply \
cpp \
ctags \
cut \
- dig \
dirname \
- dnsquery \
du \
ee \
enigma \
@@ -62,7 +60,6 @@ SUBDIR= apply \
gprof \
head \
hexdump \
- host \
id \
indent \
ipcrm \
@@ -206,6 +203,12 @@ SUBDIR= apply \
SUBDIR+=telnet
.endif
+.if !defined(NO_BIND) && 0
+SUBDIR+=dig \
+ dnsquery \
+ host
+.endif
+
.if ${MACHINE_ARCH} == "i386"
# Things that don't compile on alpha or are aout specific:
SUBDIR+=ar \