diff options
author | obache <obache> | 2010-02-20 10:41:59 +0000 |
---|---|---|
committer | obache <obache> | 2010-02-20 10:41:59 +0000 |
commit | 90191a52d6f366335a9217cc2d3c06d410835a65 (patch) | |
tree | 2111fb767d15de5adf9708572a11014a75a8a9db /inputmethod | |
parent | 5e98c4c480fd1c5ce850f5ef3d7ba52ed9492515 (diff) | |
download | pkgsrc-90191a52d6f366335a9217cc2d3c06d410835a65.tar.gz |
Add comments about "used by".
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/canna/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common index c08cc5e18d8..592761e0410 100644 --- a/inputmethod/canna/Makefile.common +++ b/inputmethod/canna/Makefile.common @@ -1,7 +1,11 @@ -# $NetBSD: Makefile.common,v 1.19 2009/01/10 05:13:01 obache Exp $ +# $NetBSD: Makefile.common,v 1.20 2010/02/20 10:41:59 obache Exp $ # # Canna common makefile. # +# used by inputmethod/canna-canuum/Makefile +# used by inputmethod/canna-dict/Makefile +# used by inputmethod/canna-lib/Makefile +# used by inputmethod/canna-server/Makefile # "Pkgsrc" version. CANNA_VERSION= 3.6pl4 |