Add opt_ipsec.h to fix standalone builds after r361633.

This commit is contained in:
John Baldwin 2020-05-29 19:29:10 +00:00
parent 28d2a72bbf
commit 6f9454895c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361634

View File

@ -6,6 +6,6 @@ SYSDIR?=${SRCTOP}/sys
.PATH: ${SYSDIR}/net
KMOD= if_enc
SRCS= if_enc.c opt_inet.h opt_inet6.h
SRCS= if_enc.c opt_inet.h opt_inet6.h opt_ipsec.h
.include <bsd.kmod.mk>