2022-11-09 11:21:20 +03:00
|
|
|
# $NetBSD: Makefile,v 1.12 2022/11/09 08:21:20 knakahara Exp $
|
2017-04-14 05:56:48 +03:00
|
|
|
#
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
TESTSDIR= ${TESTSBASE}/net/ipsec
|
|
|
|
|
2022-11-09 11:21:20 +03:00
|
|
|
.for name in ipsec_ah_keys ipsec_esp_keys ipsec_forwarding ipsec_gif \
|
|
|
|
ipsec_l2tp ipsec_misc 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>
|