repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
net
/
mcast
/
Makefile
blob
5085e1e9def375139463487b911b25b2fbdb0b81
1
# $NetBSD: Makefile,v 1.2 2015/05/26 00:42:07 ozaki-r Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
net
/
mcast
7
8
TESTS_SH
=
t_mcast
9
10
PROGS
=
mcast
11
MAN.mcast
=
# empty
12
BINDIR.mcast
= ${
TESTSDIR
}
13
14
.
include
<
bsd.
test
.mk
>