11 lines
202 B
Makefile
11 lines
202 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/03/03 16:11:45 rtr Exp $
|
|
|
|
PIXELSIZE= 8
|
|
XMODULEDIR= ${X11ROOTDIR}/lib/modules
|
|
|
|
SRCS= cfbcmap.c cfbmodule.c
|
|
|
|
.include "../../Makefile.serverlib"
|
|
.include "../Makefile.cfb"
|
|
|