diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-05 16:41:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-05 16:41:05 +0000 |
commit | 84aefdbffca035422254247224172afbdcd7a665 (patch) | |
tree | 2480e460ff161850b9fccffc99831a1bbe1baf7e /textproc/chasen | |
parent | 97f9c28ac844a83561a162290640dd19e96db52b (diff) | |
download | pkgsrc-84aefdbffca035422254247224172afbdcd7a665.tar.gz |
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
Diffstat (limited to 'textproc/chasen')
-rw-r--r-- | textproc/chasen/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/chasen/Makefile.common b/textproc/chasen/Makefile.common index fb8cad8ff4b..4b4199adda6 100644 --- a/textproc/chasen/Makefile.common +++ b/textproc/chasen/Makefile.common @@ -1,5 +1,7 @@ -# $NetBSD: Makefile.common,v 1.9 2008/08/03 15:23:31 taca Exp $ +# $NetBSD: Makefile.common,v 1.10 2014/10/05 16:41:09 wiz Exp $ # +# used by textproc/ipadic/Makefile +# used by textproc/chasen-base/Makefile CHASEN_VERSION= 2.4.4 |