diff options
author | obache <obache@pkgsrc.org> | 2012-03-21 13:33:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-03-21 13:33:31 +0000 |
commit | f346396b0759de7f5c7c2c76562206769e8b3565 (patch) | |
tree | 6ec3a992f45166924f5266f4c02e9a302eb19cbb /emulators | |
parent | 8c21f8416ae899417b565ff4ecde9ecb2cf155d2 (diff) | |
download | pkgsrc-f346396b0759de7f5c7c2c76562206769e8b3565.tar.gz |
Import suse32_openssl-12.1 as emulators/suse121_32_openssl.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.
This package supports running ELF binaries linked with glibc2 that
require OpenSSL shared libraries.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse121_32_openssl/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/suse121_32_openssl/Makefile b/emulators/suse121_32_openssl/Makefile new file mode 100644 index 00000000000..09581330776 --- /dev/null +++ b/emulators/suse121_32_openssl/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/21 13:33:31 obache Exp $ + +SUSE_COMPAT32= yes + +.include "${.CURDIR}/../suse121_openssl/Makefile" |