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
/
xlcDef
/
Makefile
blob
e844162f9e57d0c841cc0437c1cc43cba983eb4a
1
# $NetBSD: Makefile,v 1.1 2008/09/07 13:15:11 rtr Exp $
2
3
LIBISMODULE
=
yes
4
SHLIB_MAJOR
=
2
# XXX
5
SHLIB_MINOR
=
0
6
7
.
include
<
bsd.own.mk
>
8
.
include
<
bsd.x11.mk
>
9
10
LIB
=
xlcDef
11
LIBDIR
= ${
X11LIBDIR
}/
locale
/
lib
/
common
12
SRCS
= ${
SRCS.xlcDef
}
13
14
.
include
"../Makefile.xlcDef"