Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2020 18:49:59 +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: r365469 - in stable: 11/sys/modules/tcp 12/sys/modules/tcp
Message-ID:  <202009081849.088InxlC092609@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Tue Sep  8 18:49:58 2020
New Revision: 365469
URL: https://svnweb.freebsd.org/changeset/base/365469

Log:
  Use kmod.opts.mk in sys/modules/tcp/Makefile to fix standalone builds.
  
  This was included in the original commit to head that added use of
  KERN_OPTS (r361638) but was left out of the MFC since kmod.opts.mk
  hadn't been MFC'd at the time.  It has since been merged.
  
  This is a direct commit to stable/11 and stable/12.
  
  Reported by:	Eugene Grosbein <eugen@grosbein.net>

Modified:
  stable/11/sys/modules/tcp/Makefile

Changes in other areas also in this revision:
Modified:
  stable/12/sys/modules/tcp/Makefile

Modified: stable/11/sys/modules/tcp/Makefile
==============================================================================
--- stable/11/sys/modules/tcp/Makefile	Tue Sep  8 18:33:41 2020	(r365468)
+++ stable/11/sys/modules/tcp/Makefile	Tue Sep  8 18:49:58 2020	(r365469)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 #
 
-SYSDIR?=${SRCTOP}/sys
-.include "${SYSDIR}/conf/kern.opts.mk"
+.include <kmod.opts.mk>
 
 SUBDIR=	\
 	${_tcp_fastpath} \



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