Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2016/11/25 08:51:16 ozaki-r Exp $
2#
3
4.include <bsd.own.mk>
5
6TESTSDIR=	${TESTSBASE}/net/if_tap
7
8.for name in tap
9TESTS_SH+=		t_${name}
10TESTS_SH_SRC_t_${name}=	../net_common.sh t_${name}.sh
11.endfor
12
13.include <bsd.test.mk>
14