diff options
author | obache <obache@pkgsrc.org> | 2008-02-29 00:22:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-29 00:22:22 +0000 |
commit | 8ddfc18a20868044076a4693e1005e91d91b33b1 (patch) | |
tree | b5cf4534d74c19daa39de7ed4e053a4db9a0ac8a /emulators/Makefile | |
parent | 2f798873a5b331518f6b728b7e71101295d25982 (diff) | |
download | pkgsrc-8ddfc18a20868044076a4693e1005e91d91b33b1.tar.gz |
Fix typo at adding suse100_krb5
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 8ea741d35dd..4f2b3f2f0d8 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.168 2008/02/22 13:34:11 obache Exp $ +# $NetBSD: Makefile,v 1.169 2008/02/29 00:22:22 obache Exp $ # COMMENT= Emulators for other operating systems @@ -137,7 +137,7 @@ SUBDIR+= suse100_gdk-pixbuf SUBDIR+= suse100_glx SUBDIR+= suse100_gtk SUBDIR+= suse100_gtk2 -SUBDIR*= suse100_krb5 +SUBDIR+= suse100_krb5 SUBDIR+= suse100_libcups SUBDIR+= suse100_libjpeg SUBDIR+= suse100_libpng |