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
/
librumpclient
/
Makefile
blob
b43cbca1ac39912570e837cb77ad872b8ad5d1bc
1
# $NetBSD: Makefile,v 1.5 2012/12/02 17:36:10 pgoyette Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
lib
/
librumpclient
7
8
TESTS_C
=
t_fd
9
10
TESTS_SH
=
t_exec
11
12
BINDIR
= ${
TESTSDIR
}
13
MKMAN
=
no
14
15
PROGS
+=
h_exec
16
PROGS
+=
h_execthr
17
18
LDADD
+= -
lrumpclient
19
LDADD.h_execthr
= -
lpthread
20
21
.
include
<
bsd.
test
.mk
>