diff options
Diffstat (limited to 'net/bind9-current/Makefile')
-rw-r--r-- | net/bind9-current/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index 7b94986b796..3902302a8d4 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/12/16 06:28:08 itojun Exp $ +# $NetBSD: Makefile,v 1.5 2000/12/28 16:49:36 wiz Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -17,7 +17,8 @@ BUILD_DEFS+= USE_INET6 DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads # Sync these with devel/unproven-pthreads: -ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k +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 |