diff options
Diffstat (limited to 'net/bind9-current/Makefile')
-rw-r--r-- | net/bind9-current/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index 3902302a8d4..2d561f2fffe 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/12/28 16:49:36 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2000/12/30 13:57:45 wiz Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -16,10 +16,6 @@ BUILD_DEFS+= USE_INET6 # BIND9 configure.in DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads -# Sync these with devel/unproven-pthreads: -ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \ - NetBSD-*-m68k - # No need to set USE_INET6, will auto-detect. BIND_VERSION= 9.1.0b1 DIST_SUBDIR= bind/${BIND_VERSION} |