1# $NetBSD: Makefile,v 1.4 2022/11/25 08:43:16 knakahara Exp $
2#
3
4.include <bsd.own.mk>
5
6TESTSDIR=	${TESTSBASE}/net/if_ipsec
7
8.for name in ipsec ipsec_natt ipsec_pfil ipsec_unnumbered
9TESTS_SH+=		t_${name}
10TESTS_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