2980e352a1
is heavily based upon the work rtr@ did on src/x11, but hacked to work for modern modular Xorg source split. the sources will live in xsrc/external/mit/<package>/dist. documentation on using this will come when the above directories are fully populated. there are 192 of them so it may take some time before that is completed.
14 lines
513 B
Makefile
14 lines
513 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
|
|
|
# *proto packages for xorg
|
|
|
|
SUBDIR= xproto fontsproto bigreqsproto kbproto xcmiscproto xf86bigfontproto \
|
|
fixesproto inputproto scrnsaverproto xextproto evieext xineramaproto \
|
|
resourceproto recordproto videoproto xf86dgaproto xf86miscproto \
|
|
compositeproto damageproto trapproto glproto randrproto fontcacheproto \
|
|
xf86driproto xf86vidmodeproto printproto renderproto \
|
|
xproxymanagementprotocol xbitmaps .WAIT \
|
|
xtrans
|
|
|
|
.include <bsd.subdir.mk>
|