From f338b71c658538d80372d8ac4e9522e68ef4bdff Mon Sep 17 00:00:00 2001 From: fredb Date: Fri, 1 Dec 2000 21:08:03 +0000 Subject: Make this work on pre-1.5 systems -- check if USE_INET6 is defined before testing it's value. --- mail/cucipop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/cucipop') diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 6681e2cb97a..d017b3a85ab 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/11/22 13:05:58 itojun Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/01 21:08:03 fredb Exp $ # DISTNAME= cucipop-1.31 @@ -18,7 +18,7 @@ BUILD_DEFS+= USE_INET6 .include "../../mk/bsd.prefs.mk" # to be friendly with pre-1.5 systems -.if ${USE_INET6} == "YES" +.if defined(USE_INET6) && ${USE_INET6} == "YES" MAKE_ENV+= CFLAGS_INET6=-DINET6 .endif -- cgit v1.2.3