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 | e0d6f3015d1a8357b1ac498c6a36393f40b0b690 (patch) | |
tree | ba10e304c7fd6c2dd0abf63cf7d1b2454badcca4 /emulators | |
parent | ece727c0470d37818bce0ebe1c64157c2686e9ba (diff) | |
download | pkgsrc-e0d6f3015d1a8357b1ac498c6a36393f40b0b690.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')
-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" |