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
/
semaphore
/
Makefile
blob
fd52f670c780fe3efc8fc10c7ec108ef452715c5
1
# $NetBSD: Makefile,v 1.4 2015/06/22 00:05:23 matt Exp $
2
#
3
.
include
<
bsd.own.mk
>
4
5
.if
(${
MKRUMP
} !=
"no"
) && !
defined
(
BSD_MK_COMPAT_FILE
)
6
TESTS_SUBDIRS
=
pthread
7
.
endif
8
9
TESTSDIR
= ${
TESTSBASE
}/
lib
/
semaphore
10
11
.
include
<
bsd.
test
.mk
>