Sat Mar 1 19:45:29 2014 UTC ()
Enable "SUBDIR+=netbsd/x68k" if ${XSERVER_X68K} != "no".

Now we've got it after this glue Makefile was initially added back in 2008.


(tsutsui)
diff -r1.4 -r1.5 src/external/mit/xorg/server/xorg-server/hw/Makefile

cvs diff -r1.4 -r1.5 src/external/mit/xorg/server/xorg-server/hw/Makefile (expand / switch to unified diff)

--- src/external/mit/xorg/server/xorg-server/hw/Makefile 2009/02/14 10:46:06 1.4
+++ src/external/mit/xorg/server/xorg-server/hw/Makefile 2014/03/01 19:45:29 1.5
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.4 2009/02/14 10:46:06 abs Exp $ 1# $NetBSD: Makefile,v 1.5 2014/03/01 19:45:29 tsutsui Exp $
2 2
3.include "../Makefile.common" 3.include "../Makefile.common"
4 4
5SUBDIR= xnest vfb 5SUBDIR= xnest vfb
6.if ${XSERVER_XFREE86} != "no" 6.if ${XSERVER_XFREE86} != "no"
7SUBDIR+= xfree86 7SUBDIR+= xfree86
8.endif 8.endif
9 9
10.if 0 
11.if ${XSERVER_X68K} != "no" 10.if ${XSERVER_X68K} != "no"
12SUBDIR+=netbsd/x68k 11SUBDIR+=netbsd/x68k
13.endif 12.endif
14 13
 14.if 0
15.if ${XSERVER_XALPHANETBSD} != "no" 15.if ${XSERVER_XALPHANETBSD} != "no"
16SUBDIR+=netbsd/alpha 16SUBDIR+=netbsd/alpha
17.endif 17.endif
18 18
19.if ${XSERVER_XAMIGA} != "no" 19.if ${XSERVER_XAMIGA} != "no"
20SUBDIR+=netbsd/amiga 20SUBDIR+=netbsd/amiga
21.endif 21.endif
22 22
23.if ${XSERVER_XARM32VIDC} != "no" 23.if ${XSERVER_XARM32VIDC} != "no"
24SUBDIR+=netbsd/arm32vidc 24SUBDIR+=netbsd/arm32vidc
25.endif 25.endif
26 26
27.if ${XSERVER_XDECNETBSD} != "no" 27.if ${XSERVER_XDECNETBSD} != "no"