1518613e4SEnji Cooper.PATH: ${SRCTOP}/sys/net ${SRCTOP}/sys/netipsec 2fcf59617SAndrey V. Elsukov 3fcf59617SAndrey V. ElsukovKMOD= ipsec 4*ef2a572bSKonstantin BelousovSRCS= if_ipsec.c ipsec.c ipsec_input.c ipsec_mbuf.c \ 5*ef2a572bSKonstantin Belousov ipsec_mod.c ipsec_offload.c ipsec_output.c \ 6*ef2a572bSKonstantin Belousov xform_ah.c xform_esp.c xform_ipcomp.c \ 7a335f76fSKyle Evans opt_inet.h opt_inet6.h opt_ipsec.h opt_kern_tls.h opt_sctp.h 8c3d7bb5aSKristof Provost.if "${MK_INET}" != "no" || "${MK_INET6}" != "no" 9c3d7bb5aSKristof ProvostSRCS+= udpencap.c 10c3d7bb5aSKristof Provost.endif 11fcf59617SAndrey V. Elsukov 12fcf59617SAndrey V. Elsukov.include <bsd.kmod.mk> 13