repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
x11
/
Xserver
/
cfb
/
Makefile
blob
f2400c4c06ecc87314908535537a845f2f918b5f
1
# $NetBSD: Makefile,v 1.2 2003/12/21 03:07:01 rtr Exp $
2
3
PIXELSIZE
=
8
4
5
.
include
"../Makefile.serverlib"
6
7
SRCS
=
cfbcmap.c
8
9
.
include
"Makefile.cfb"
10
11
.if defined
(
X11FLAGS.LOADABLE
)
12
SUBDIR
=
module
13
.
include
<
bsd.subdir.mk
>
14
.
endif