xref: /netbsd-src/tests/sbin/ifconfig/Makefile (revision e643f0ea978bca1bfc029488af19930f21a08478)
1# $NetBSD: Makefile,v 1.9 2020/06/30 11:48:20 jruoho Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/sbin/ifconfig
6
7TESTS_SH=	t_bridge \
8		t_capabilities \
9		t_nonexistent \
10		t_random_garbage \
11		t_repeated_link_addr \
12		t_repeated_mtu \
13		t_repeated_scan \
14		t_repeated_updown \
15		t_tap \
16		t_woptions
17
18.include <bsd.test.mk>
19