NetBSD/x11/Xserver/hw/Makefile
rtr f5c509d2f2 + add missing source files for dmx
+ add bits to turn on building of Xdmx
2005-03-21 00:49:17 +00:00

64 lines
945 B
Makefile

# $NetBSD: Makefile,v 1.14 2005/03/21 00:49:17 rtr Exp $
.include "../Makefile.common"
SUBDIR= xnest
.if ${XSERVER_X68K} != "no"
SUBDIR+=netbsd/x68k
.endif
.if ${XSERVER_XALPHANETBSD} != "no"
SUBDIR+=netbsd/alpha
.endif
.if ${XSERVER_XAMIGA} != "no"
SUBDIR+=netbsd/amiga
.endif
.if ${XSERVER_XARM32VIDC} != "no"
SUBDIR+=netbsd/arm32vidc
.endif
.if ${XSERVER_XDECNETBSD} != "no"
SUBDIR+=netbsd/dec
.endif
.if ${XSERVER_XDMX} != "no"
SUBDIR+=dmx
.endif
.if ${XSERVER_XDREAMCAST} != "no"
SUBDIR+=netbsd/dreamcast
.endif
.if ${XSERVER_XFREE86} != "no"
SUBDIR+=xfree86
.endif
.if ${XSERVER_XHPC} != "no"
SUBDIR+=netbsd/hpc
.endif
.if ${XSERVER_XMAC68K} != "no"
SUBDIR+=netbsd/mac68k
.endif
.if ${XSERVER_XMACPPC} != "no"
SUBDIR+=netbsd/macppc
.endif
.if ${XSERVER_XNEWSMIPS} != "no"
SUBDIR+=netbsd/newsmips
.endif
.if ${XSERVER_XSUN} != "no"
SUBDIR+=sun
.endif
.if ${XSERVER_XVFB} != "no"
SUBDIR+=vfb
.endif
.include <bsd.subdir.mk>