Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2015/07/29 06:10:10 ozaki-r Exp $
2#
3
4.include <bsd.own.mk>
5
6TESTSDIR=	${TESTSBASE}/net/arp
7
8TESTS_SH=	t_arp
9
10.include <bsd.test.mk>
11