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
/
net
/
if_loop
/
Makefile
blob
b3a714f7b14029c2dcb0e620bcf90c4980533d17
1
# $NetBSD: Makefile,v 1.2 2014/06/10 04:28:40 he Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
net
/
if_loop
7
8
TESTS_C
=
t_pr
9
10
LDADD
+= -
lrumpnet_netinet
-
lrumpnet_net
-
lrumpnet
11
LDADD
+= -
lrump
-
lrumpuser
-
lrump
-
lpthread
12
13
.
include
<
bsd.
test
.mk
>