12 lines
185 B
Makefile
12 lines
185 B
Makefile
|
# $NetBSD: Makefile,v 1.2 2008/08/24 13:24:12 rtr Exp $
|
||
|
|
||
|
LIBISPRIVATE= yes
|
||
|
PIXELSIZE= 32
|
||
|
|
||
|
.include "../Makefile.serverlib"
|
||
|
|
||
|
LIB= cfb32
|
||
|
SRCS= ${SRCS.cfb}
|
||
|
|
||
|
.include "../cfb/Makefile.cfb"
|