Home | History | Annotate | Line # | Download | only in ipsec
Makefile revision 1.1
      1 # $NetBSD: Makefile,v 1.1 2017/04/14 02:56:49 ozaki-r 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_sysctl ipsec_transport \
      9     ipsec_tunnel
     10 TESTS_SH+=		t_${name}
     11 TESTS_SH_SRC_t_${name}=	../net_common.sh ./algorithms.sh t_${name}.sh
     12 .endfor
     13 
     14 .include <bsd.test.mk>
     15