From 8639bafeaa485cc1edbbeb6e2ce7d43ab384150b Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 22 Dec 1997 07:45:38 +0000 Subject: Fix setting CONFIGURE_ARGS ("=" -> "+=") --- security/ssh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/ssh') diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 2a149062653..0be9255dea3 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 19971214 # Whom: hubertf@netbsd.org # -# $NetBSD: Makefile,v 1.2 1997/12/18 02:44:51 mrg Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/22 07:45:52 hubertf Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # # Maximal ssh package requires YES values for @@ -37,7 +37,7 @@ IS_INTERACTIVE= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=/etc +CONFIGURE_ARGS+= --prefix=${PREFIX} --with-etcdir=/etc #Uncomment if all your users are in their own group and their homedir #is writeable by that group. Beware the security implications! -- cgit v1.2.3