From cde6becbfdfb81c189014d6d586c44b540f3582f Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 10 Mar 2003 03:01:09 +0000 Subject: Make the USE_INET6/IPV6H handling a bit more readable. (won't fix PR 20019 though...) --- net/bind9/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'net/bind9') diff --git a/net/bind9/Makefile b/net/bind9/Makefile index d9598675b95..30b5a772b5a 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2003/03/05 05:40:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.47 2003/03/10 03:01:09 hubertf Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -42,9 +42,10 @@ post-build: <${FILESDIR}/lwresd.sh >${WRKDIR}/lwresd # include/isc/ipv6.h is installed on non-ipv6 platforms -IPV6H= "" -.if defined(USE_INET6) && ${USE_INET6} == "YES" +.if defined(USE_INET6) && (${USE_INET6} == "YES") IPV6H= "@comment " +.else +IPV6H= "" .endif PLIST_SUBST+= IPV6H=${IPV6H} -- cgit v1.2.3