From dc618593bdb400692edd72ab5a4296a7e33ed5e2 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 30 Nov 1999 02:18:13 +0000 Subject: Move named and associated tools into a seperate makefile section and disable them pending an import and cleanup of bind 8.2.2.p5. --- libexec/Makefile | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) (limited to 'libexec/Makefile') 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 -- cgit v1.1