etc/protocols - sync with NetBSD-8
[minix.git] / external / mit / xorg / server / xorg-server / hw / xfree86 / rac / Makefile
blob4794aa7df361b85063d5d0210ddae3873c7daedf
1 # $NetBSD: Makefile,v 1.1 2008/08/05 05:25:49 mrg Exp $
3 .include "../../../Makefile.serverlib"
4 .include "../../../Makefile.servermod"
6 LIB= rac
8 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/${LIB}
9 SRCS= xf86RAC.c
11 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/${LIB} \
12 -I${DESTDIR}${X11INCDIR}/pixman-1 \
13 -I${DESTDIR}${X11INCDIR}/xorg
15 CPPFLAGS+= ${X11FLAGS.DIX}
17 .include <bsd.x11.mk>
18 LIBDIR= ${XMODULEDIR}
19 .include <bsd.lib.mk>