1 # $NetBSD: Makefile,v 1.5.28.1 2020/08/27 09:05:37 martin Exp $ 2 3 .include "../Makefile.common" 4 5 SUBDIR= xnest vfb 6 .if ${XSERVER_XFREE86} != "no" 7 SUBDIR+= xfree86 8 .endif 9 10 .if ${XSERVER_X68K} != "no" 11 SUBDIR+=netbsd/x68k 12 .endif 13 14 .if ${XSERVER_XSUN} != "no" || \ 15 ${XSERVER_XSUNMONO} != "no" || \ 16 ${XSERVER_XSUN24} != "no" 17 SUBDIR+=sun 18 .endif 19 20 .if 0 21 .if ${XSERVER_XALPHANETBSD} != "no" 22 SUBDIR+=netbsd/alpha 23 .endif 24 25 .if ${XSERVER_XAMIGA} != "no" 26 SUBDIR+=netbsd/amiga 27 .endif 28 29 .if ${XSERVER_XARM32VIDC} != "no" 30 SUBDIR+=netbsd/arm32vidc 31 .endif 32 33 .if ${XSERVER_XDECNETBSD} != "no" 34 SUBDIR+=netbsd/dec 35 .endif 36 37 .if ${XSERVER_XDREAMCAST} != "no" 38 SUBDIR+=netbsd/dreamcast 39 .endif 40 41 .if ${XSERVER_XFREE86} != "no" 42 SUBDIR+=xfree86 43 .endif 44 45 .if ${XSERVER_XHPC} != "no" 46 SUBDIR+=netbsd/hpc 47 .endif 48 49 .if ${XSERVER_XMAC68K} != "no" 50 SUBDIR+=netbsd/mac68k 51 .endif 52 53 .if ${XSERVER_XMACPPC} != "no" 54 SUBDIR+=netbsd/macppc 55 .endif 56 57 .if ${XSERVER_XNEWSMIPS} != "no" 58 SUBDIR+=netbsd/newsmips 59 .endif 60 61 .if ${XSERVER_XVFB} != "no" 62 SUBDIR+=vfb 63 .endif 64 .endif 65 66 .include <bsd.subdir.mk> 67