diff options
author | peter <peter@FreeBSD.org> | 1999-11-30 02:18:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-11-30 02:18:13 +0000 |
commit | dc618593bdb400692edd72ab5a4296a7e33ed5e2 (patch) | |
tree | 49845b0636ef06a501119978356d147a9c2a7516 /usr.sbin/Makefile | |
parent | bc318e01dfeb80c73c99e12a2f08fde829228099 (diff) | |
download | FreeBSD-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.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
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 \ |