diff options
author | sakamoto <sakamoto> | 2002-06-10 10:24:25 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 2002-06-10 10:24:25 +0000 |
commit | 8e7c49b92e285142d47523e5fef7795f17aff43f (patch) | |
tree | cde3c4be981c0b1a0c10515f576d97fc3471fb09 /inputmethod | |
parent | 70f6df8bae1b069a300a7621a4c6119270874879 (diff) | |
download | pkgsrc-8e7c49b92e285142d47523e5fef7795f17aff43f.tar.gz |
add and enable canna-dict, canna-server-bin,
ja-freewnn-dict, ja-freewnn-server-bin,
sj3-dict, sj3-server-bin
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/inputmethod/Makefile b/inputmethod/Makefile index ca9494ffaf9..d7f880d5fa1 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,17 +1,23 @@ -# $NetBSD: Makefile,v 1.4 2002/06/04 08:47:45 uebayasi Exp $ +# $NetBSD: Makefile,v 1.5 2002/06/10 10:24:25 sakamoto Exp $ # COMMENT= Input method tools and libraries +SUBDIR+= canna-dict SUBDIR+= canna-lib SUBDIR+= canna-server +SUBDIR+= canna-server-bin SUBDIR+= canuum +SUBDIR+= ja-freewnn-dict SUBDIR+= ja-freewnn-lib SUBDIR+= ja-freewnn-server +SUBDIR+= ja-freewnn-server-bin SUBDIR+= kinput2 SUBDIR+= libtabe +SUBDIR+= sj3-dict SUBDIR+= sj3-lib SUBDIR+= sj3-server +SUBDIR+= sj3-server-bin SUBDIR+= skkfep SUBDIR+= skkinput SUBDIR+= skkserv |