summaryrefslogtreecommitdiff
path: root/tests/net/mcast/Makefile
blob: cdce1c691592ccafa368081a63cb8e07f072fa91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.3 2016/11/25 08:51:16 ozaki-r Exp $
#

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/net/mcast

.for name in mcast
TESTS_SH+=		t_${name}
TESTS_SH_SRC_t_${name}=	../net_common.sh t_${name}.sh
.endfor

PROGS=		mcast
MAN.mcast=	# empty
BINDIR.mcast=	${TESTSDIR}

.include <bsd.test.mk>
f46f487'>- Fix daddr_t print format inside ifdef DIAGNOSTIC.enami 2003-02-04Convert `nblksread' to in terms of device block size. This restoresenami 2003-02-04Cosmetic changes.enami 2003-02-03Merge "struct cheader" and "struct cdesc" into an union.hannken 2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl