svn commit: r365467 - in stable: 11/sys/modules/if_enc 12/sys/modules/if_enc

John Baldwin jhb at FreeBSD.org
Tue Sep 8 18:29:21 UTC 2020


Author: jhb
Date: Tue Sep  8 18:29:20 2020
New Revision: 365467
URL: https://svnweb.freebsd.org/changeset/base/365467

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

Modified:
  stable/12/sys/modules/if_enc/Makefile
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/sys/modules/if_enc/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/sys/modules/if_enc/Makefile
==============================================================================
--- stable/12/sys/modules/if_enc/Makefile	Tue Sep  8 17:47:30 2020	(r365466)
+++ stable/12/sys/modules/if_enc/Makefile	Tue Sep  8 18:29:20 2020	(r365467)
@@ -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-all mailing list