diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2002-06-10 10:24:25 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2002-06-10 10:24:25 +0000 |
commit | 7f567e99c07dc620fef5f772d00265a337042868 (patch) | |
tree | cde3c4be981c0b1a0c10515f576d97fc3471fb09 /inputmethod | |
parent | 7787a79e9ee125f74f0d999d7fd0c24138bfb39f (diff) | |
download | pkgsrc-7f567e99c07dc620fef5f772d00265a337042868.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 |