Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2016/11/24 07:31:14 ozaki-r Exp $
2#
3
4.include <bsd.own.mk>
5
6TESTSDIR=	${TESTSBASE}/net/if_pppoe
7
8TESTS_SH=	t_pppoe
9
10.include <bsd.test.mk>
11