Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2014/09/18 15:13:27 ozaki-r Exp $
2#
3
4.include <bsd.own.mk>
5
6TESTSDIR=	${TESTSBASE}/net/if_bridge
7
8TESTS_SH=	t_bridge
9
10.include <bsd.test.mk>
11