diff options
Diffstat (limited to 'net/totd/Makefile')
-rw-r--r-- | net/totd/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 038a0eba889..8c0869d08ea 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/11/22 21:04:01 itojun Exp $ +# $NetBSD: Makefile,v 1.2 1999/11/22 21:07:54 itojun Exp $ # DISTNAME= totd-1.1p1 @@ -10,6 +10,14 @@ HOMEPAGE= http://www.vermicelli.cs.uit.no/ipv6/software.html WRKSRC= ${WRKDIR}/totd-1.1p1 +BUILD_DEFS+= USE_INET6 + +.include "../../mk/bsd.prefs.mk" + +.if !(defined(USE_INET6) && ${USE_INET6} == YES) +BROKEN= "this is designed for IPv6/v4 dual stack node" +.endif + GNU_CONFIGURE= YES post-install: |