xref: /freebsd-13.1/sys/modules/if_enc/Makefile (revision 6f945489)
1# $FreeBSD$
2
3SYSDIR?=${SRCTOP}/sys
4.include "${SYSDIR}/conf/kern.opts.mk"
5
6.PATH: ${SYSDIR}/net
7
8KMOD=	if_enc
9SRCS=	if_enc.c opt_inet.h opt_inet6.h opt_ipsec.h
10
11.include <bsd.kmod.mk>
12