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]
/
tests
/
lib
/
semaphore
/
pthread
/
Makefile
blob
dd2b09b100226f9f912d801168283304ff33a97a
1
# $NetBSD: Makefile,v 1.3 2014/06/10 04:28:39 he Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
lib
/
semaphore
/
pthread
6
7
TESTS_C
=
t_sem_pth
8
9
CPPFLAGS
+= -
I
${
.CURDIR
}/
..
10
11
LDADD
+= -
lrump
-
lrumpuser
-
lrump
-
lpthread
12
13
WARNS
=
4
14
15
.
include
<
bsd.
test
.mk
>