20 lines
560 B
Makefile
20 lines
560 B
Makefile
# $OpenBSD: Makefile,v 1.6 2008/09/14 14:16:04 matthieu Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
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 \
|
|
xf86vidmodeproto
|
|
|
|
.if ${XENOCARA_BUILD_DRI:L} == "yes"
|
|
SUBDIR+= xf86driproto
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
build: _SUBDIRUSE
|