summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--libexec/Makefile33
-rw-r--r--usr.bin/Makefile9
-rw-r--r--usr.sbin/Makefile15
3 files changed, 44 insertions, 13 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 56c1a18..5be6225 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -2,10 +2,35 @@
# $FreeBSD$
# Present but disabled: kpasswdd
-SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \
- makekey mknetid named-xfer pppoed rbootd revnetgroup rexecd \
- rlogind rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
- rpc.sprayd rshd talkd tftpd uucpd xtend ypxfr
+SUBDIR= atrun \
+ bootpd \
+ comsat \
+ fingerd \
+ ftpd \
+ getNAME \
+ getty \
+ makekey \
+ mknetid \
+ pppoed \
+ rbootd \
+ revnetgroup \
+ rexecd \
+ rlogind \
+ rpc.rquotad \
+ rpc.rstatd \
+ rpc.rusersd \
+ rpc.rwalld \
+ rpc.sprayd \
+ rshd \
+ talkd \
+ tftpd \
+ uucpd \
+ xtend \
+ ypxfr
+
+.if !defined(NO_BIND) && 0
+SUBDIR+=named-xfer
+.endif
.if !defined(NO_SENDMAIL)
SUBDIR+=mail.local smrsh
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 \
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index a2d3c3b..8ef889e 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -50,15 +50,9 @@ SUBDIR= IPXrouted \
mrouted \
mtest \
mtree \
- named \
- named.reload \
- named.restart \
- ndc \
newsyslog \
ngctl \
nghook \
- nslookup \
- nsupdate \
pccard \
pciconf \
periodic \
@@ -115,6 +109,15 @@ SUBDIR= IPXrouted \
ypset \
zic
+.if !defined(NO_BIND) && 0
+SUBDIR+=named \
+ named.reload \
+ named.restart \
+ ndc \
+ nslookup \
+ nsupdate
+.endif
+
.if !defined(NO_SENDMAIL)
SUBDIR+=mailstats \
makemap \
OpenPOWER on IntegriCloud