]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use kmod.opts.mk in sys/modules/tcp/Makefile to fix standalone builds.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 8 Sep 2020 18:49:58 +0000 (18:49 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 8 Sep 2020 18:49:58 +0000 (18:49 +0000)
commitb756a7276419eb29ef67f373fc9c849b113d498a
tree99b8e16ca8c715eca372ae3357dd6db7739979b4
parent73b6148985759893654f0e642771e5594f812a1e
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>
sys/modules/tcp/Makefile