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.11 (req...
details: https://anonhg.NetBSD.org/src/rev/6c77061b6922
branches: netbsd-3
changeset: 575271:6c77061b6922
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 06 22:37:08 2005 +0000
description:
Pull up revision 1.11 (requested by jmc in ticket #114):
Add atimisc, r128 and radeon modules to the sparc64 build
diffstat:
x11/Xserver/hw/xfree86/drivers/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 41105cd59987 -r 6c77061b6922 x11/Xserver/hw/xfree86/drivers/Makefile
--- a/x11/Xserver/hw/xfree86/drivers/Makefile Wed Apr 06 22:36:10 2005 +0000
+++ b/x11/Xserver/hw/xfree86/drivers/Makefile Wed Apr 06 22:37:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9.4.1 2005/04/06 21:41:57 tron Exp $
+# $NetBSD: Makefile,v 1.9.4.2 2005/04/06 22:37:08 tron Exp $
SUBDIR= ati atimisc chips fbdev glint imstt mga nv r128 radeon \
s3 s3virge savage sis tdfx trident vga wsfb
@@ -17,7 +17,8 @@
.endif
.if ${MACHINE} == "sparc64"
-SUBDIR= sunffb sunleo suncg6 suncg3 suncg14 suntcx sunbw2 ati vga
+SUBDIR= sunffb sunleo suncg6 suncg3 suncg14 suntcx sunbw2 ati atimisc \
+ r128 radeon vga
.endif
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index