3 XMODULEDIR
= ${X11USRLIBDIR}/modules
/extensions
5 .
include "../../../Makefile.serverlib"
11 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support
/linux
/drm
12 SRCS
= xf86drm.c xf86drmHash.c xf86drmRandom.c xf86drmSL.c drmmodule.c
14 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/common \
15 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support \
16 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support
/bsd
/drm \
17 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
18 -I
${DESTDIR}${X11INCDIR}/X11 \
19 -I
${DESTDIR}${X11INCDIR}/extensions \
20 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support
/bsd
/drm
/kernel \
21 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support
/shared
/drm
/kernel \
22 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support
/linux
/drm
/kernel \
25 CPPFLAGS
+= -DHAS_MTRR_SUPPORT
${X11FLAGS.DRI
} ${X11FLAGS.SERVER
}
33 .
include <bsd.subdir.mk
>