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
/
net
/
if
/
Makefile
blob
9b6a0ebfa689bcf3a85ad1aa9e118659185a4a45
1
# $NetBSD: Makefile,v 1.1 2010/11/07 19:53:42 pooka Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
net
/
if
7
8
TESTS_C
=
t_compat
9
10
LDADD
+= -
lrumpnet_shmif
-
lrumpnet_netinet
-
lrumpnet_net
-
lrumpnet
-
lrump
11
LDADD
+= -
lrumpuser
-
lpthread
12
13
.
include
<
bsd.
test
.mk
>