minix/external/mit/xorg/server/xorg-server/hw/Makefile
Lionel Sambuc 971bb1a587 Importing external/mit/xorg support rules
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
2014-11-10 14:43:29 +01:00

66 lines
994 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/02/14 10:46:06 abs Exp $
.include "../Makefile.common"
#MINIX: vfb not yet supported
SUBDIR= xnest
.if ${XSERVER_XFREE86} != "no"
SUBDIR+= xfree86
.endif
.if 0
.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_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
.endif
.include <bsd.subdir.mk>