Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2020 18:29:20 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r365467 - in stable: 11/sys/modules/if_enc 12/sys/modules/if_enc
Message-ID:  <202009081829.088ITKk0079958@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/11/sys/modules/if_enc/Makefile
Directory Properties:
  stable/11/   (props changed)

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

Modified: stable/11/sys/modules/if_enc/Makefile
==============================================================================
--- stable/11/sys/modules/if_enc/Makefile	Tue Sep  8 17:47:30 2020	(r365466)
+++ stable/11/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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009081829.088ITKk0079958>