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 /net/bittornado | |
parent | 97f9c28ac844a83561a162290640dd19e96db52b (diff) | |
download | pkgsrc-84aefdbffca035422254247224172afbdcd7a665.tar.gz |
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
Diffstat (limited to 'net/bittornado')
-rw-r--r-- | net/bittornado/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bittornado/Makefile.common b/net/bittornado/Makefile.common index fb1ca339ca8..271c771ff11 100644 --- a/net/bittornado/Makefile.common +++ b/net/bittornado/Makefile.common @@ -1,5 +1,6 @@ -# $NetBSD: Makefile.common,v 1.13 2008/04/25 20:39:10 joerg Exp $ +# $NetBSD: Makefile.common,v 1.14 2014/10/05 16:41:08 wiz Exp $ # +# used by net/bittornado-gui/Makefile DISTNAME= BitTornado-0.3.18 CATEGORIES= net |