diff options
author | jlam <jlam@pkgsrc.org> | 2007-07-29 08:55:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-07-29 08:55:22 +0000 |
commit | bbb12274db6b91c0c45c895747988566dd27b13f (patch) | |
tree | c6af9d97d674d6a3ce0941cef384762c8e86171d /emulators/suse100_32_expat | |
parent | 5c04688beccffa3a607bc1410b096b5327c0c748 (diff) | |
download | pkgsrc-bbb12274db6b91c0c45c895747988566dd27b13f.tar.gz |
Add 32-bit versions of SuSE Linux 9.1 and 10.0 for use by NetBSD/x86_64
with COMPAT_LINUX32.
Diffstat (limited to 'emulators/suse100_32_expat')
-rw-r--r-- | emulators/suse100_32_expat/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/suse100_32_expat/Makefile b/emulators/suse100_32_expat/Makefile new file mode 100644 index 00000000000..d70ca70d76d --- /dev/null +++ b/emulators/suse100_32_expat/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 2007/07/29 08:55:24 jlam Exp $ + +SUSE_COMPAT32= yes + +.include "${.CURDIR}/../${.CURDIR:T:S/_32_/_/}/Makefile" |