Sun Oct 5 03:35:13 2008 UTC ()
I have all respect for users of NetBSD/i368, but I still think vmmouse only
has a chance of being useful on i386 (and arguably on amd64).


(cube)
diff -r1.12 -r1.13 src/external/mit/xorg/server/drivers/Makefile

cvs diff -r1.12 -r1.13 src/external/mit/xorg/server/drivers/Makefile (expand / switch to unified diff)

--- src/external/mit/xorg/server/drivers/Makefile 2008/09/26 11:02:12 1.12
+++ src/external/mit/xorg/server/drivers/Makefile 2008/10/05 03:35:13 1.13
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.12 2008/09/26 11:02:12 rtr Exp $ 1# $NetBSD: Makefile,v 1.13 2008/10/05 03:35:13 cube Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 xf86-input-keyboard \ 4 xf86-input-keyboard \
5 xf86-input-mouse \ 5 xf86-input-mouse \
6 xf86-input-void 6 xf86-input-void
7 7
8.if ${MACHINE_ARCH} == "i368" || \ 8.if ${MACHINE_ARCH} == "i386" || \
9 ${MACHINE_ARCH} == "x86_64" 9 ${MACHINE_ARCH} == "x86_64"
10SUBDIR+= \ 10SUBDIR+= \
11 xf86-input-vmmouse 11 xf86-input-vmmouse
12.endif 12.endif
13 13
14SUBDIR+= \ 14SUBDIR+= \
15 xf86-video-apm \ 15 xf86-video-apm \
16 xf86-video-ark \ 16 xf86-video-ark \
17 xf86-video-ast \ 17 xf86-video-ast \
18 xf86-video-ati \ 18 xf86-video-ati \
19 xf86-video-chips \ 19 xf86-video-chips \
20 xf86-video-cirrus \ 20 xf86-video-cirrus \
21 xf86-video-cirrus_alpine \ 21 xf86-video-cirrus_alpine \