summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-11-30 02:18:13 +0000
committerpeter <peter@FreeBSD.org>1999-11-30 02:18:13 +0000
commitdc618593bdb400692edd72ab5a4296a7e33ed5e2 (patch)
tree49845b0636ef06a501119978356d147a9c2a7516 /usr.bin/Makefile
parentbc318e01dfeb80c73c99e12a2f08fde829228099 (diff)
downloadFreeBSD-src-dc618593bdb400692edd72ab5a4296a7e33ed5e2.zip
FreeBSD-src-dc618593bdb400692edd72ab5a4296a7e33ed5e2.tar.gz
Move named and associated tools into a seperate makefile section and
disable them pending an import and cleanup of bind 8.2.2.p5.
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 628c615..b4086b8 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 \
OpenPOWER on IntegriCloud