repo.or.cz
/
minix3.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
[minix3.git]
/
tests
/
lib
/
libpthread
/
dlopen
/
dso
/
Makefile
blob
2a7cb2d0394dda476165f039e0d3be2241cd8fc2
1
# $NetBSD: Makefile,v 1.1 2013/03/21 16:50:21 christos Exp $
2
3
NOMAN
=
# defined
4
NOLINT
=
# defined
5
6
.
include
<
bsd.own.mk
>
7
8
LIB
=
h_pthread_dlopen
9
SRCS
=
h_pthread_dlopen.c
10
11
LDADD
+=-
latf-c
-
lpthread
12
13
LIBDIR
= ${
TESTSBASE
}/
lib
/
libpthread
/
dlopen
14
SHLIBDIR
= ${
TESTSBASE
}/
lib
/
libpthread
/
dlopen
15
SHLIB_MAJOR
=
1
16
17
LIBISCXX
=
yes
18
LIBISMODULE
=
yes
19
20
.
include
<
bsd.lib.mk
>