blob: 705bccc733df846c782c003b937b19b32cbbbbb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.4 2022/11/25 08:43:16 knakahara Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/net/if_ipsec
.for name in ipsec ipsec_natt ipsec_pfil ipsec_unnumbered
TESTS_SH+= t_${name}
TESTS_SH_SRC_t_${name}= ../net_common.sh t_${name}.sh \
../ipsec/common.sh ../ipsec/algorithms.sh
.endfor
.include <bsd.test.mk>
|