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 /print/foomatic-ppds | |
parent | 97f9c28ac844a83561a162290640dd19e96db52b (diff) | |
download | pkgsrc-84aefdbffca035422254247224172afbdcd7a665.tar.gz |
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
Diffstat (limited to 'print/foomatic-ppds')
-rw-r--r-- | print/foomatic-ppds/Makefile.common | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/print/foomatic-ppds/Makefile.common b/print/foomatic-ppds/Makefile.common index c6f0d6b67a3..4dbaf8f8dbc 100644 --- a/print/foomatic-ppds/Makefile.common +++ b/print/foomatic-ppds/Makefile.common @@ -1,10 +1,7 @@ -# $NetBSD: Makefile.common,v 1.2 2007/03/14 12:12:57 markd Exp $ -# -# This Makefile.common file is included by the following Makefiles: -# -# print/foomatic-ppds/Makefile -# print/foomatic-ppds-cups/Makefile +# $NetBSD: Makefile.common,v 1.3 2014/10/05 16:41:08 wiz Exp $ # +# used by print/foomatic-ppds/Makefile +# used by print/foomatic-ppds-cups/Makefile FOOMATIC_PPDS_VERSION= 20070207 CATEGORIES= print |