diff options
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 5bbae4ca6f1..11263abd709 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.9 1999/09/20 21:06:57 keithw Exp $ +# $Id: Makefile.X11,v 1.10 1999/10/15 22:00:07 brianp Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -104,6 +104,7 @@ default: @echo " make pgi-mingw32 for mingW32 with Portland Group, Inc. compiler" @echo " make qnx for QNX V4 systems with Watcom compiler" @echo " make sco for SCO Unix systems with ODT" + @echo " make sco5 for SCO 5.0.5 OpenServer Unix" @echo " make solaris-x86 for PCs with Solaris" @echo " make solaris-x86-gcc for PCs with Solaris using GCC" @echo " make sunos4 for Suns with SunOS 4.x" @@ -151,7 +152,7 @@ linux-sparc \ linux-sparc5-elf \ linux-sparc-ultra \ lynxos machten-2.2 machten-4.0 \ -mklinux netbsd osf1 osf1-sl openbsd qnx sco \ +mklinux netbsd osf1 osf1-sl openbsd qnx sco sco5 \ solaris-x86 solaris-x86-gcc sunSolaris-CC \ sunos4 sunos4-sl sunos4-gcc sunos4-gcc-sl sunos4-gcc-x11r6-sl \ sunos5 sunos5-sl sunos5-ultra sunos5-ultra-sl sunos5-gcc sunos5-gcc-sl \ |