Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 19:29:10 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r361634 - head/sys/modules/if_enc
Message-ID:  <202005291929.04TJTAAd098418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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