Move named and associated tools into a seperate makefile section and

disable them pending an import and cleanup of bind 8.2.2.p5.
This commit is contained in:
Peter Wemm 1999-11-30 02:18:13 +00:00
parent 2ab04c7d8e
commit fe6d3fe571
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53909
3 changed files with 44 additions and 13 deletions

View File

@ -2,10 +2,35 @@
# $FreeBSD$ # $FreeBSD$
# Present but disabled: kpasswdd # Present but disabled: kpasswdd
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty \ SUBDIR= atrun \
makekey mknetid named-xfer pppoed rbootd revnetgroup rexecd \ bootpd \
rlogind rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \ comsat \
rpc.sprayd rshd talkd tftpd uucpd xtend ypxfr 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) .if !defined(NO_SENDMAIL)
SUBDIR+=mail.local smrsh SUBDIR+=mail.local smrsh

View File

@ -33,9 +33,7 @@ SUBDIR= apply \
cpp \ cpp \
ctags \ ctags \
cut \ cut \
dig \
dirname \ dirname \
dnsquery \
du \ du \
ee \ ee \
enigma \ enigma \
@ -62,7 +60,6 @@ SUBDIR= apply \
gprof \ gprof \
head \ head \
hexdump \ hexdump \
host \
id \ id \
indent \ indent \
ipcrm \ ipcrm \
@ -206,6 +203,12 @@ SUBDIR= apply \
SUBDIR+=telnet SUBDIR+=telnet
.endif .endif
.if !defined(NO_BIND) && 0
SUBDIR+=dig \
dnsquery \
host
.endif
.if ${MACHINE_ARCH} == "i386" .if ${MACHINE_ARCH} == "i386"
# Things that don't compile on alpha or are aout specific: # Things that don't compile on alpha or are aout specific:
SUBDIR+=ar \ SUBDIR+=ar \

View File

@ -50,15 +50,9 @@ SUBDIR= IPXrouted \
mrouted \ mrouted \
mtest \ mtest \
mtree \ mtree \
named \
named.reload \
named.restart \
ndc \
newsyslog \ newsyslog \
ngctl \ ngctl \
nghook \ nghook \
nslookup \
nsupdate \
pccard \ pccard \
pciconf \ pciconf \
periodic \ periodic \
@ -115,6 +109,15 @@ SUBDIR= IPXrouted \
ypset \ ypset \
zic zic
.if !defined(NO_BIND) && 0
SUBDIR+=named \
named.reload \
named.restart \
ndc \
nslookup \
nsupdate
.endif
.if !defined(NO_SENDMAIL) .if !defined(NO_SENDMAIL)
SUBDIR+=mailstats \ SUBDIR+=mailstats \
makemap \ makemap \