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
/
icmp
/
Makefile
blob
688c2e2f2f34d83e32a64effb197729ff0e06d96
1
# $NetBSD: Makefile,v 1.3 2010/12/14 11:03:17 pooka Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
net
/
icmp
7
8
TESTS_C
=
t_forward
9
TESTS_C
+=
t_ping
10
11
TESTS_SH
=
t_ping2
12
13
LDADD
+= -
lrumpnet_shmif
-
lrumpnet_netinet
-
lrumpnet_net
-
lrumpnet
14
LDADD
+= -
lrump
-
lrumpuser
-
lpthread
15
16
.
include
<
bsd.
test
.mk
>