Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin Nuke bind 4. bind 8 has been the default for months.



details:   https://anonhg.NetBSD.org/src/rev/0dbdaaaa633a
branches:  trunk
changeset: 467538:0dbdaaaa633a
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Mar 25 19:27:09 1999 +0000

description:
Nuke bind 4. bind 8 has been the default for months.

diffstat:

 usr.sbin/Makefile |  12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diffs (30 lines):

diff -r 4f6bf7f184df -r 0dbdaaaa633a usr.sbin/Makefile
--- a/usr.sbin/Makefile Thu Mar 25 18:48:49 1999 +0000
+++ b/usr.sbin/Makefile Thu Mar 25 19:27:09 1999 +0000
@@ -1,12 +1,12 @@
-#      $NetBSD: Makefile,v 1.103 1999/02/13 02:54:57 lukem Exp $
+#      $NetBSD: Makefile,v 1.104 1999/03/25 19:27:09 perry Exp $
 #      from: @(#)Makefile      5.20 (Berkeley) 6/12/93
 #
 # not yet done: catman
 
-# XXX Temporary for NO_SENDMAIL and USE_BIND4
+# XXX Temporary for NO_SENDMAIL
 .include <bsd.own.mk>
 
-SUBDIR=        ac accton amd apm apmd arp bad144 bootp \
+SUBDIR=        ac accton amd apm apmd arp bad144 bind bootp \
        chown chroot chrtbl config cron dbsym dev_mkdb \
        dhcp diskpart dumpfs dumplfs edquota eeprom eshconfig greconfig \
        grfconfig grfinfo gspa hilinfo inetd iostat ipf iteconfig kgmon \
@@ -27,10 +27,4 @@
 SUBDIR+=       sendmail
 .endif
 
-.ifdef USE_BIND4
-SUBDIR+=       named
-.else
-SUBDIR+=       bind
-.endif
-
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index