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