xref: /minix/external/mit/xorg/server/Makefile (revision e3b78ef1)
1#	$NetBSD: Makefile,v 1.8 2013/06/12 21:35:29 mrg Exp $
2
3# Makefile for modular-xorg-server and drivers
4
5.include <bsd.own.mk>
6
7.include "xorg-server/Makefile.common"
8
9SUBDIR=	xorg-server
10
11# We only make drivers if we make the actual Xorg server,
12# as opposed to Xvfb and Xnest.
13.if ${MKXORG_SERVER} != "no"
14SUBDIR+= drivers
15.endif
16
17.include <bsd.subdir.mk>
18