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
/
dbe
/
Makefile.dbe
blob
337a61051334ad683a29117c4ad2703d4a627056
1
# $NetBSD: Makefile.dbe,v 1.2 2003/09/30 06:41:29 lukem Exp $
2
3
LIB= dbe
4
.PATH: ${X11SRCDIR.xc}/programs/Xserver/${LIB}
5
6
SRCS+= dbe.c midbe.c
7
8
CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/include \
9
-I${XSERVERINCDIR} \
10
-I${DESTDIR}${X11INCDIR}/X11 \
11
-I${DESTDIR}${X11INCDIR}/X11/extensions
12
13
.include <bsd.x11.mk>
14
LIBDIR= ${XMODULEDIR}
15
.include <bsd.lib.mk>