diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-22 20:34:11 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-22 20:34:11 +0000 |
commit | 8c9a9196a3f94bd4551d887f58c881c45415c248 (patch) | |
tree | 8200f0f29a06ed5f145ee8b5cc5b30517d37b441 /lang/smlnj | |
parent | adb7d70024e2794672e2cade405f812c713e8213 (diff) | |
download | pkgsrc-8c9a9196a3f94bd4551d887f58c881c45415c248.tar.gz |
80 chars per line.
Diffstat (limited to 'lang/smlnj')
-rw-r--r-- | lang/smlnj/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/smlnj/Makefile.common b/lang/smlnj/Makefile.common index beeb0e933fb..6370415ef6b 100644 --- a/lang/smlnj/Makefile.common +++ b/lang/smlnj/Makefile.common @@ -1,9 +1,10 @@ -# $NetBSD: Makefile.common,v 1.3 2003/08/01 15:55:29 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/06/22 20:34:11 xtraeme Exp $ # smlnj also supports hppa, sparc, ppc, mlrisc & alpha # pkg support for those platforms, and say, solaris-x86 # is left as an (easy) exercise for the reader. -ONLY_FOR_PLATFORM= Linux-*-i386 NetBSD-*-i386 SunOS-*-sparc NetBSD-*-sparc NetBSD-*-powerpc +ONLY_FOR_PLATFORM= Linux-*-i386 NetBSD-*-i386 SunOS-*-sparc \ + NetBSD-*-sparc NetBSD-*-powerpc .include "../../mk/bsd.prefs.mk" |