diff options
author | jlam <jlam> | 2007-07-29 08:55:22 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-07-29 08:55:22 +0000 |
commit | fd726f487cd3154e2f6eaebec563f777555aacb6 (patch) | |
tree | c6af9d97d674d6a3ce0941cef384762c8e86171d /emulators/suse100_32_aspell/Makefile | |
parent | 8677992db87353577bc723e47acbfb719ce33ef9 (diff) | |
download | pkgsrc-fd726f487cd3154e2f6eaebec563f777555aacb6.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_aspell/Makefile')
-rw-r--r-- | emulators/suse100_32_aspell/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/suse100_32_aspell/Makefile b/emulators/suse100_32_aspell/Makefile new file mode 100644 index 00000000000..7b2ac826d87 --- /dev/null +++ b/emulators/suse100_32_aspell/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 2007/07/29 08:55:23 jlam Exp $ + +SUSE_COMPAT32= yes + +.include "${.CURDIR}/../${.CURDIR:T:S/_32_/_/}/Makefile" |