From 7b6c90125ca37b994d001608c7a820644c0529a9 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 1 Sep 2011 15:05:12 +0000 Subject: [PATCH] nbsd_fetch: force cvs to use ssh --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index e25970bf4..1a09c09d6 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -122,6 +122,7 @@ install: includes services hdboot # download and update NetBSD reference sources. nbsd_fetch: + export CVS_RSH=ssh; \ cd ${MINIXSRCDIR} && awk '{print $$2;}' < tools/nbsd_ports \ | xargs -t cvs -d ${NBSD_CVSROOT} co -N -d nbsdsrc ${NBSD_REF} -- 2.44.0