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 Pull up revision 1.14 (requested by jmc in...
details: https://anonhg.NetBSD.org/src/rev/ac1d50110f6c
branches: netbsd-3
changeset: 575178:ac1d50110f6c
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 06 21:01:48 2005 +0000
description:
Pull up revision 1.14 (requested by jmc in ticket #114):
+ add missing source files for dmx
+ add bits to turn on building of Xdmx
diffstat:
x11/Xserver/hw/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r a3bd303ba4d1 -r ac1d50110f6c x11/Xserver/hw/Makefile
--- a/x11/Xserver/hw/Makefile Wed Apr 06 21:01:43 2005 +0000
+++ b/x11/Xserver/hw/Makefile Wed Apr 06 21:01:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/08/01 18:52:03 uch Exp $
+# $NetBSD: Makefile,v 1.13.4.1 2005/04/06 21:01:48 tron Exp $
.include "../Makefile.common"
@@ -24,6 +24,10 @@
SUBDIR+=netbsd/dec
.endif
+.if ${XSERVER_XDMX} != "no"
+SUBDIR+=dmx
+.endif
+
.if ${XSERVER_XDREAMCAST} != "no"
SUBDIR+=netbsd/dreamcast
.endif
Home |
Main Index |
Thread Index |
Old Index