svn commit: r365469 - in stable: 11/sys/modules/tcp 12/sys/modules/tcp

John Baldwin jhb at FreeBSD.org
Tue Sep 8 18:49:59 UTC 2020


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 at 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} \


More information about the svn-src-all mailing list