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
tools/llvm: Do not build with symbols
[minix3.git]
/
tests
/
lib
/
semaphore
/
pthread
/
Makefile
blob
a25af090662d485ca6cde89b82f8d2efe6927ad5
1
# $NetBSD: Makefile,v 1.2 2012/03/10 21:58:49 joerg 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
-
lpthread
12
13
WARNS
=
4
14
15
.
include
<
bsd.
test
.mk
>