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