diff options
-rw-r--r-- | inputmethod/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/Makefile b/inputmethod/Makefile index d7f880d5fa1..a7a9311f312 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2002/06/10 10:24:25 sakamoto Exp $ +# $NetBSD: Makefile,v 1.6 2002/06/15 09:32:36 shell Exp $ # COMMENT= Input method tools and libraries +SUBDIR+= Chinput SUBDIR+= canna-dict SUBDIR+= canna-lib SUBDIR+= canna-server @@ -21,6 +22,7 @@ SUBDIR+= sj3-server-bin SUBDIR+= skkfep SUBDIR+= skkinput SUBDIR+= skkserv +SUBDIR+= unicon-im SUBDIR+= xcin .include "../mk/bsd.pkg.subdir.mk" |