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_loop
/
Makefile
blob
e06161019fc3ff5e2777f798c4aca81e1ab9640d
1
# $NetBSD: Makefile,v 1.1 2010/07/25 21:42:08 pooka 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
-
lpthread
12
13
.
include
<
bsd.
test
.mk
>