Home | History | Annotate | Line # | Download | only in if_vether
      1 # $NetBSD: Makefile,v 1.1 2020/09/29 19:41:48 roy Exp $
      2 #
      3 
      4 .include <bsd.own.mk>
      5 
      6 TESTSDIR=	${TESTSBASE}/net/if_vether
      7 
      8 .for name in vether
      9 TESTS_SH+=		t_${name}
     10 TESTS_SH_SRC_t_${name}=	../net_common.sh t_${name}.sh
     11 .endfor
     12 
     13 .include <bsd.test.mk>
     14