diff options
author | uebayasi <uebayasi> | 2002-06-04 08:47:45 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-06-04 08:47:45 +0000 |
commit | d8a4a76bb8ddd49bd1526a9e89b349088e2ab483 (patch) | |
tree | aa2f41797bce87513dd9fc037848911123ceb667 /inputmethod | |
parent | 150fa63c5e8d8da63a442c5a4e13e8da84aed25a (diff) | |
download | pkgsrc-d8a4a76bb8ddd49bd1526a9e89b349088e2ab483.tar.gz |
Add & enable xcin.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/Makefile b/inputmethod/Makefile index cafa75fed20..ca9494ffaf9 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/06/04 08:32:04 uebayasi Exp $ +# $NetBSD: Makefile,v 1.4 2002/06/04 08:47:45 uebayasi Exp $ # COMMENT= Input method tools and libraries @@ -15,5 +15,6 @@ SUBDIR+= sj3-server SUBDIR+= skkfep SUBDIR+= skkinput SUBDIR+= skkserv +SUBDIR+= xcin .include "../mk/bsd.pkg.subdir.mk" |