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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
external
/
mit
/
xorg
/
lib
/
libX11
/
Makefile.xlocale
blob
a4eca673f939bc8236a09d34eec460d95d336935
1
# $NetBSD$
2
3
.PATH: ${X11SRCDIR.X11}/modules/lc/xlocale
4
5
SRCS.xlocale= \
6
lcEuc.c \
7
lcJis.c \
8
lcSjis.c
9
10
CPPFLAGS+= \
11
-I${DESTDIR}${X11INCDIR}/X11 \
12
-I${X11SRCDIR.X11}/src/xlocale
13
14
CPPFLAGS+= \
15
${X11FLAGS.THREADS} \
16
-DHASXDMAUTH
17
18
.include <bsd.lib.mk>