Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/x11/Xserver/hw/xfree86/drivers Pull up revision 1.10 (req...



details:   https://anonhg.NetBSD.org/src/rev/65fb633cfd47
branches:  netbsd-3
changeset: 575230:65fb633cfd47
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 21:41:57 2005 +0000

description:
Pull up revision 1.10 (requested by jmc in ticket #114):
Adapt recent changes to the sparc64 configuration from xsrc:
Build XFree86 server and add all sun* framebuffer drivers.

diffstat:

 x11/Xserver/hw/xfree86/drivers/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 943406ec0aa1 -r 65fb633cfd47 x11/Xserver/hw/xfree86/drivers/Makefile
--- a/x11/Xserver/hw/xfree86/drivers/Makefile   Wed Apr 06 21:38:12 2005 +0000
+++ b/x11/Xserver/hw/xfree86/drivers/Makefile   Wed Apr 06 21:41:57 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2004/11/11 20:05:23 nathanw Exp $
+#      $NetBSD: Makefile,v 1.9.4.1 2005/04/06 21:41:57 tron Exp $
 
 SUBDIR=        ati atimisc chips fbdev glint imstt mga nv r128 radeon \
        s3 s3virge savage sis tdfx trident vga wsfb
@@ -16,4 +16,8 @@
 SUBDIR=        newport
 .endif
 
+.if ${MACHINE} == "sparc64"
+SUBDIR= sunffb sunleo suncg6 suncg3 suncg14 suntcx sunbw2  ati vga
+.endif
+
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index