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 /lang/smlnj | |
parent | 97f9c28ac844a83561a162290640dd19e96db52b (diff) | |
download | pkgsrc-84aefdbffca035422254247224172afbdcd7a665.tar.gz |
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
Diffstat (limited to 'lang/smlnj')
-rw-r--r-- | lang/smlnj/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/smlnj/Makefile.common b/lang/smlnj/Makefile.common index d3b2e952809..00c9cdf94a9 100644 --- a/lang/smlnj/Makefile.common +++ b/lang/smlnj/Makefile.common @@ -1,4 +1,7 @@ -# $NetBSD: Makefile.common,v 1.9 2009/12/15 06:35:29 asau Exp $ +# $NetBSD: Makefile.common,v 1.10 2014/10/05 16:41:07 wiz Exp $ +# +# used by lang/smlnj/Makefile +# used by lang/twelf/Makefile # smlnj also supports hppa, sparc, ppc, mlrisc & alpha # pkg support for those platforms, and say, solaris-x86 |