Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2020/06/25 14:24:46 jruoho Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/sbin/ifconfig
6
7TESTS_SH=	t_nonexistent t_repeated_scan t_tap
8
9.include <bsd.test.mk>
10