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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
mit
/
xorg
/
lib
/
libX11
/
Makefile.xlcDef
blob
da7f7fafc118db959d65df5993e1019daa876e18
1
# $NetBSD: Makefile.xlcDef,v 1.1 2008/09/07 13:15:11 rtr Exp $
2
3
.PATH: ${X11SRCDIR.X11}/modules/lc/def
4
SRCS.xlcDef= lcDefConv.c
5
6
CPPFLAGS+= \
7
-I${DESTDIR}${X11INCDIR}/X11 \
8
-I${X11SRCDIR.X11}/src/xlibi18n
9
10
CPPFLAGS+= \
11
-DHASXDMAUTH
12
13
.include <bsd.lib.mk>