repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
external
/
mit
/
xorg
/
lib
/
libX11
/
Makefile.xlcUTF8Load
blob
a4e5c217a73e7afd8515d11b5f05729b3da7361e
1
# $NetBSD: Makefile.xlcUTF8Load,v 1.1 2008/09/07 13:15:11 rtr Exp $
2
3
.PATH: ${X11SRCDIR.X11}/modules/lc/Utf8
4
5
SRCS.xlcUTF8Load= \
6
lcUTF8Load.c
7
8
CPPFLAGS+= \
9
-I${DESTDIR}${X11INCDIR}/X11 \
10
-I${X11SRCDIR.X11}/src/xlibi18n
11
12
CPPFLAGS+= \
13
-DHASXDMAUTH
14
15
.include <bsd.lib.mk>