Home | History | Annotate | Line # | Download | only in ipsec
      1 # $NetBSD: Makefile,v 1.12 2022/11/09 08:21:20 knakahara Exp $
      2 #
      3 
      4 .include <bsd.own.mk>
      5 
      6 TESTSDIR=	${TESTSBASE}/net/ipsec
      7 
      8 .for name in ipsec_ah_keys ipsec_esp_keys ipsec_forwarding ipsec_gif \
      9     ipsec_l2tp ipsec_misc ipsec_natt ipsec_sockopt ipsec_spflags ipsec_sysctl \
     10     ipsec_tcp ipsec_transport ipsec_tunnel ipsec_tunnel_ipcomp ipsec_tunnel_odd
     11 TESTS_SH+=		t_${name}
     12 TESTS_SH_SRC_t_${name}=	../net_common.sh ./common.sh ./algorithms.sh \
     13     t_${name}.sh
     14 .endfor
     15 
     16 PROGS=			natt_terminator
     17 MAN.natt_terminator=	# empty
     18 BINDIR.natt_terminator=	${TESTSDIR}
     19 
     20 .include <bsd.test.mk>
     21