From 6b9004e9040cd81d5bd60606b33b10f6cbcec0e5 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 3 Sep 1999 22:00:52 +0000 Subject: Compare "${USE_INET6}" explicitly with "YES" so that you can override settings at the command line. --- net/rsync/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/rsync') diff --git a/net/rsync/Makefile b/net/rsync/Makefile index af486d58d78..25e5b6ddfa5 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1999/08/18 09:24:08 agc Exp $ +# $NetBSD: Makefile,v 1.25 1999/09/03 22:00:52 tron Exp $ # DISTNAME= rsync-2.3.1 @@ -21,7 +21,7 @@ BUILD_DEFS+= USE_INET6 .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= yes -.if defined(USE_INET6) +.if defined(USE_INET6) && ${USE_INET6} == YES CONFIGURE_ARGS= --enable-ipv6 .else CONFIGURE_ARGS= --disable-ipv6 -- cgit v1.2.3