diff options
author | obache <obache@pkgsrc.org> | 2008-02-22 13:34:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-22 13:34:11 +0000 |
commit | d0e3a4a517d510c647419011f5229dbf147719b9 (patch) | |
tree | 8bf48f24f75188e3bb17981ba58ec3a71371e7f0 /emulators/Makefile | |
parent | 56104d0a3e752f68df1665236c484db2ac840d5b (diff) | |
download | pkgsrc-d0e3a4a517d510c647419011f5229dbf147719b9.tar.gz |
Add and enable suse100_{,32_}krb5
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index c353e36c350..8ea741d35dd 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.167 2008/02/14 11:08:27 kefren Exp $ +# $NetBSD: Makefile,v 1.168 2008/02/22 13:34:11 obache Exp $ # COMMENT= Emulators for other operating systems @@ -112,6 +112,7 @@ SUBDIR+= suse100_32_gdk-pixbuf SUBDIR+= suse100_32_glx SUBDIR+= suse100_32_gtk SUBDIR+= suse100_32_gtk2 +SUBDIR+= suse100_32_krb5 SUBDIR+= suse100_32_libcups SUBDIR+= suse100_32_libjpeg SUBDIR+= suse100_32_libpng @@ -136,6 +137,7 @@ SUBDIR+= suse100_gdk-pixbuf SUBDIR+= suse100_glx SUBDIR+= suse100_gtk SUBDIR+= suse100_gtk2 +SUBDIR*= suse100_krb5 SUBDIR+= suse100_libcups SUBDIR+= suse100_libjpeg SUBDIR+= suse100_libpng |