From 872ed50cf2c467152dafedde5d0eede3060b1292 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 12 Oct 2003 08:25:17 +0000 Subject: add a missing .elif OPSYS == NetBSD, which was resulting in passing "--with-skey=... --without-skey" on Solaris :) --- security/openssh/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/openssh/Makefile') diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 0c78e5164f7..aade07cb3fa 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2003/09/23 20:53:52 jschauma Exp $ +# $NetBSD: Makefile,v 1.118 2003/10/12 08:25:17 grant Exp $ DISTNAME= openssh-3.7.1p2 PKGNAME= openssh-3.7.1.2 @@ -78,6 +78,7 @@ LD=${CC} .if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS" . include "../../security/skey/buildlink2.mk" CONFIGURE_ARGS+= --with-skey=${BUILDLINK_PREFIX.skey} +.elif ${OPSYS} == "NetBSD" # XXX: NetBSD has 4 args (4: sslen) to skeychallenge instead of 3 #CONFIGURE_ARGS+= --with-skey=/usr CONFIGURE_ARGS+= --without-skey -- cgit v1.2.3