1 # $NetBSD: Makefile,v 1.12 2004/03/28 14:24:38 jdc Exp $
5 .
include "Makefile.common"
7 .if
${XSERVER_NEEDS_XFONT} != "no"
8 SUBDIR.xfont
=fontbase Xfont
13 .if
${XSERVER_NEEDS_MIEXT} != "no"
19 .if
${XSERVER_HAS_CFB} != "no"
20 SUBDIR.cfb
=cfb cfb16 cfb24 cfb32
25 .if
${XSERVER_HAS_FB} != "no"
31 .if
${XSERVER_HAS_AFB} != "no"
37 .if
${XSERVER_HAS_IPLAN} != "no"
38 SUBDIR.iplan
=iplan2p4 iplan2p8
44 SUBDIR
+= .WAIT dix os mi printer Xext xkb xinput GL lbx dbe record
45 SUBDIR
+= mfb randr render xtrap
46 SUBDIR
+= ${SUBDIR.cfb
} ${SUBDIR.fb
} ${SUBDIR.iplan
} hw
47 SUBDIR
+= ${SUBDIR.xfont
} ${SUBDIR.afb
} ${SUBDIR.miext
}
48 SUBDIR
+= .WAIT Xserver
50 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
55 .
include <bsd.subdir.mk
>