diff options
author | obache <obache> | 2008-02-22 13:32:06 +0000 |
---|---|---|
committer | obache <obache> | 2008-02-22 13:32:06 +0000 |
commit | f2dd284dffa9b6b52d025eb2243643664de085e1 (patch) | |
tree | ba10e304c7fd6c2dd0abf63cf7d1b2454badcca4 /emulators/suse100_32_krb5 | |
parent | 4fc17e254aaef04d677b1fdd98f324739704ba7f (diff) | |
download | pkgsrc-f2dd284dffa9b6b52d025eb2243643664de085e1.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" |