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 <eu...@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} \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to