1 # $NetBSD: Makefile,v 1.3 2019/01/17 02:49:11 knakahara Exp $ 2 # 3 4 .include <bsd.own.mk> 5 6 TESTSDIR= ${TESTSBASE}/net/if_ipsec 7 8 .for name in ipsec ipsec_natt ipsec_pfil 9 TESTS_SH+= t_${name} 10 TESTS_SH_SRC_t_${name}= ../net_common.sh t_${name}.sh \ 11 ../ipsec/common.sh ../ipsec/algorithms.sh 12 .endfor 13 14 .include <bsd.test.mk> 15