2b884e11d4
+ use correct cfbmodule.c's for 8,16,24,32 libcfb respectively. Resolves (remaining?) problems with xf86cfg.
10 lines
201 B
Makefile
10 lines
201 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/03/03 16:11:45 rtr Exp $
|
|
|
|
PIXELSIZE= 32
|
|
XMODULEDIR= ${X11ROOTDIR}/lib/modules
|
|
|
|
SRCS= cfbmodule32.c
|
|
|
|
.include "../../Makefile.serverlib"
|
|
.include "../../cfb/Makefile.cfb"
|