1# $FreeBSD: stable/11/sys/modules/ipsec/Makefile 365270 2020-09-02 19:02:48Z jhb $
2
3.PATH: ${SRCTOP}/sys/net ${SRCTOP}/sys/netipsec
4
5KMOD=	ipsec
6SRCS=	if_ipsec.c ipsec.c ipsec_input.c ipsec_mbuf.c ipsec_mod.c \
7	ipsec_output.c xform_ah.c xform_esp.c xform_ipcomp.c \
8	opt_inet.h opt_inet6.h opt_ipsec.h opt_sctp.h 
9SRCS.INET=	udpencap.c
10
11.include <bsd.kmod.mk>
12