2004-03-04 04:06:57 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 2004/03/04 01:06:57 rtr Exp $
|
2003-09-11 22:37:05 +04:00
|
|
|
|
|
|
|
PIXELSIZE= 8
|
|
|
|
|
2003-12-21 06:07:01 +03:00
|
|
|
.include "../Makefile.serverlib"
|
2004-03-04 04:06:57 +03:00
|
|
|
|
|
|
|
SRCS= cfbcmap.c
|
|
|
|
|
2003-09-11 22:37:05 +04:00
|
|
|
.include "Makefile.cfb"
|
2003-12-21 06:07:01 +03:00
|
|
|
|
|
|
|
.if defined(X11FLAGS.LOADABLE)
|
|
|
|
SUBDIR= module
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
.endif
|