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
/
libpthread-stubs
/
Makefile
blob
9e0953dbe0ee3e9f400debf2c5fc6eaead01690f
1
# $NetBSD: Makefile,v 1.1 2014/03/17 07:25:34 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
LIB
=
pthread-stubs
6
.PATH
: ${
X11SRCDIR.
${
LIB
}}
7
8
SRCS
=
stubs.c
9
10
CPPFLAGS
+= ${
X11FLAGS.THREADLIB
} -
I
${
X11SRCDIR.
${
LIB
}}/
..
/
include
11
12
PKGDIST
= ${
LIB
}
13
14
.
include
<
bsd.x11.mk
>
15
.
include
<
bsd.lib.mk
>