diff options
author | obache <obache@pkgsrc.org> | 2008-02-22 13:32:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-22 13:32:06 +0000 |
commit | ccd8963e34454cb6ae3843d08369873f9c7f6525 (patch) | |
tree | ba10e304c7fd6c2dd0abf63cf7d1b2454badcca4 /emulators/suse100_32_krb5 | |
parent | 43aea721141960a4bf8259b4fde9385a38fa6265 (diff) | |
download | pkgsrc-ccd8963e34454cb6ae3843d08369873f9c7f6525.tar.gz |
krb5 package for 32-bit versions of SuSE Linux 10.0 for use by NetBSD/x86_64
with COMPAT_LINUX32.
Diffstat (limited to 'emulators/suse100_32_krb5')
-rw-r--r-- | emulators/suse100_32_krb5/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/suse100_32_krb5/Makefile b/emulators/suse100_32_krb5/Makefile new file mode 100644 index 00000000000..2a4ff82eb49 --- /dev/null +++ b/emulators/suse100_32_krb5/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/02/22 13:32:06 obache Exp $ + +SUSE_COMPAT32= yes + +.include "${.CURDIR}/../suse100_krb5/Makefile" |