xenocara/proto/Makefile

20 lines
570 B
Makefile
Raw Normal View History

2009-05-01 09:43:44 -06:00
# $OpenBSD: Makefile,v 1.7 2009/05/01 15:43:44 matthieu Exp $
.include <bsd.xconf.mk>
2006-11-26 04:31:46 -07:00
SUBDIR= bigreqsproto compositeproto dmxproto damageproto evieproto \
fixesproto fontcacheproto fontsproto glproto inputproto \
kbproto pmproto xineramaproto printproto randrproto \
recordproto renderproto resourceproto scrnsaverproto \
trapproto videoproto x11proto xcmiscproto xextproto \
xf86bigfontproto xf86dgaproto xf86miscproto \
2008-09-14 08:16:04 -06:00
xf86vidmodeproto
2006-11-26 04:31:46 -07:00
.if ${XENOCARA_BUILD_DRI:L} == "yes"
2009-05-01 09:43:44 -06:00
SUBDIR+= xf86driproto dri2proto
.endif
2006-11-26 04:31:46 -07:00
.include <bsd.subdir.mk>
build: _SUBDIRUSE