2022-10-11 12:55:21 +03:00
|
|
|
# $NetBSD: Makefile,v 1.11 2022/10/11 09:55:21 knakahara Exp $
|
2017-04-14 05:56:48 +03:00
|
|
|
#
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
TESTSDIR= ${TESTSBASE}/net/ipsec
|
|
|
|
|
2017-05-15 12:58:22 +03:00
|
|
|
.for name in ipsec_ah_keys ipsec_esp_keys ipsec_gif ipsec_l2tp ipsec_misc \
|
2022-10-11 12:55:21 +03:00
|
|
|
ipsec_natt ipsec_sockopt ipsec_spflags ipsec_sysctl ipsec_tcp \
|
|
|
|
ipsec_transport ipsec_tunnel ipsec_tunnel_ipcomp ipsec_tunnel_odd
|
2017-04-14 05:56:48 +03:00
|
|
|
TESTS_SH+= t_${name}
|
2017-05-09 07:25:28 +03:00
|
|
|
TESTS_SH_SRC_t_${name}= ../net_common.sh ./common.sh ./algorithms.sh \
|
|
|
|
t_${name}.sh
|
2017-04-14 05:56:48 +03:00
|
|
|
.endfor
|
|
|
|
|
2017-10-30 18:59:23 +03:00
|
|
|
PROGS= natt_terminator
|
|
|
|
MAN.natt_terminator= # empty
|
|
|
|
BINDIR.natt_terminator= ${TESTSDIR}
|
|
|
|
|
2017-04-14 05:56:48 +03:00
|
|
|
.include <bsd.test.mk>
|