From 9683e5c7b646afa1990083a2ab016b304cbf91f9 Mon Sep 17 00:00:00 2001 From: itojun Date: Mon, 22 Nov 1999 21:07:53 +0000 Subject: net/totd: DNS proxy that supports IPv6 <==> IPv4 record translation. XXX the pkgsrc Makefile requires USE_INET6 in mk.conf at this moment, as the program is meaningful only if you have IPv4/v6 dual-stack support. I'm not sure if it actually requires IPv6 in kernel... --- net/totd/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'net/totd/Makefile') 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: -- cgit v1.2.3