diff options
author | simonb <simonb> | 1999-08-24 07:46:41 +0000 |
---|---|---|
committer | simonb <simonb> | 1999-08-24 07:46:41 +0000 |
commit | 4639be36a36f401daa7ce49bd71cc9bffef57bc8 (patch) | |
tree | 95e2d4af5541075c9e88fefe58542dce2e27fa14 /security/openssl | |
parent | da9842c2a1f91ed1f3e5ecfc9982657e64440eb9 (diff) | |
download | pkgsrc-4639be36a36f401daa7ce49bd71cc9bffef57bc8.tar.gz |
Fix typo in "mipsel".
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 04abd03f5dd..5d7536f7ce0 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/06/20 21:06:21 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/08/24 07:46:41 simonb Exp $ # DISTNAME= openssl-0.9.2b @@ -20,7 +20,7 @@ MIRROR_DISTFILE= no # matches what's in `Configure' (except sparc64) ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \ NetBSD-*-m68k NetBSD-*-mips NetBSD-*-mipseb \ - NetBSD-*-mipsebl NetBSD-*-ns32k NetBSD-*-powerpc \ + NetBSD-*-mipsel NetBSD-*-ns32k NetBSD-*-powerpc \ NetBSD-*-sparc NetBSD-*-vax CONFIGURE_ARGS= -fPIC -DPIC ${LDFLAGS} |