diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 6aa8f4c5c48c..828b22a76a32 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -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 -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= ac accton amd apm apmd arp bad144 bootp \ SUBDIR+= sendmail .endif -.ifdef USE_BIND4 -SUBDIR+= named -.else -SUBDIR+= bind -.endif - .include