diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-08-01 15:55:29 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-08-01 15:55:29 +0000 |
commit | 39ec26fabb5f5d8d1104768b034442047e40c632 (patch) | |
tree | a175f0f7e14a14ff55ac592b8b2d6aea7c2c2842 /lang/smlnj | |
parent | 61b9e4e88d3c71de317a954a0424507037418b75 (diff) | |
download | pkgsrc-39ec26fabb5f5d8d1104768b034442047e40c632.tar.gz |
This works on Linux, too. At least under i386.
Diffstat (limited to 'lang/smlnj')
-rw-r--r-- | lang/smlnj/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/smlnj/Makefile.common b/lang/smlnj/Makefile.common index a03ea1a982b..beeb0e933fb 100644 --- a/lang/smlnj/Makefile.common +++ b/lang/smlnj/Makefile.common @@ -1,16 +1,16 @@ -# $NetBSD: Makefile.common,v 1.2 2003/07/01 23:10:32 jtb Exp $ +# $NetBSD: Makefile.common,v 1.3 2003/08/01 15:55:29 jschauma 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= 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" # Possible values of BOX and OS must be kept in sync with the # currently ported platforms. -.if ${OPSYS} == "SunOS" +.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" OS= ${LOWER_OPSYS} .elif ${OPSYS} == "NetBSD" OS= bsd |