svn commit: r361634 - head/sys/modules/if_enc

John Baldwin jhb at FreeBSD.org
Fri May 29 19:29:11 UTC 2020


Author: jhb
Date: Fri May 29 19:29:10 2020
New Revision: 361634
URL: https://svnweb.freebsd.org/changeset/base/361634

Log:
  Add opt_ipsec.h to fix standalone builds after r361633.

Modified:
  head/sys/modules/if_enc/Makefile

Modified: head/sys/modules/if_enc/Makefile
==============================================================================
--- head/sys/modules/if_enc/Makefile	Fri May 29 19:22:40 2020	(r361633)
+++ head/sys/modules/if_enc/Makefile	Fri May 29 19:29:10 2020	(r361634)
@@ -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>


More information about the svn-src-head mailing list