diff options
author | Brian Paul <[email protected]> | 2003-09-08 14:58:05 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-09-08 14:58:05 +0000 |
commit | e39cbf63f6cc026bb1ee107304ed2f6ef7ff5478 (patch) | |
tree | c3266f7852fafa215de39f3bfba69d05e3fd9c87 /Makefile.X11 | |
parent | 445ecdcebd3f075b3c7f09de342dd351f9199fa7 (diff) |
update sunos5 targets (Greg Menke)
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 0ee8325b9e8..f7e6d6c2c8b 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.83 2003/09/03 20:48:05 brianp Exp $ +# $Id: Makefile.X11,v 1.84 2003/09/08 14:58:05 brianp Exp $ # Mesa 3-D graphics library # Version: 5.1 @@ -91,6 +91,7 @@ default: @echo " make sunos5 for Suns with SunOS 5.x" @echo " make sunos5-smp for Suns with SunOS 5.x, SMP optimization" @echo " make sunos5-gcc for Suns with SunOS 5.x and GCC" + @echo " make sunos5-smp for Suns with SunOS 5.x, for smp only" @echo " make ultrix-gcc for DEC systems with Ultrix and GCC" @echo " make unixware for PCs running UnixWare" @echo " make unixware-shared for PCs running UnixWare, shared libs" |