- move MASTER_SITES0 outside of conditional loop so the files are fetched

and thus fixes compilation when using RSAREF.
This commit is contained in:
brad 1999-10-12 01:22:54 +00:00
parent 13167dfb3f
commit bc223b7c1e

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.39 1999/10/09 04:28:16 turan Exp $
# $OpenBSD: Makefile,v 1.40 1999/10/12 01:22:54 brad Exp $
DISTNAME= ssh-1.2.27
CATEGORIES= security net
MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \
ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \
ftp://ftp.cert.dfn.de/pub/tools/net/ssh/
MASTER_SITES0= ftp://idea.dsi.unimi.it/pub/security/crypt/math/ \
ftp://ftp.it.net.au/mirrors/crypto/misc/
PATCH_SITES= http://www.ssh.fi/sshprotocols2/patches/
PATCHFILES= patch-${DISTNAME}-bsd.tty.chown
@ -18,8 +20,6 @@ RESTRICTED= "Crypto; export-controlled"
MAINTAINER= todd@openbsd.org
.if defined(NO_WARNINGS) || (defined(USA_RESIDENT) && ${USA_RESIDENT:U} == YES)
MASTER_SITES0= ftp://idea.dsi.unimi.it/pub/security/crypt/math/ \
ftp://ftp.it.net.au/mirrors/crypto/misc/ \
DISTFILES= ${DISTNAME}.tar.gz rsaref2.tar.gz:0
.endif