NetBSD/x11/Xserver/hw/Makefile

56 lines
832 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2004/02/07 08:30:34 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_XDREAMCAST} != "no"
SUBDIR+=netbsd/dreamcast
2004-01-07 16:04:53 +03:00
.endif
.if ${XSERVER_XFREE86} != "no"
SUBDIR+=xfree86
.endif
.if ${XSERVER_XHPC} != "no"
SUBDIR+=netbsd/hpc
2004-01-17 06:56:25 +03:00
.endif
.if ${XSERVER_XMAC68K} != "no"
SUBDIR+=netbsd/mac68k
.endif
.if ${XSERVER_XMACPPC} != "no"
SUBDIR+=netbsd/macppc
.endif
.if ${XSERVER_XSUN} != "no"
SUBDIR+=sun
.endif
.if ${XSERVER_XVFB} != "no"
SUBDIR+=vfb
.endif
.include <bsd.subdir.mk>