kern: Remove needless kern.opts.mkWe don't need kern.opts.mk in any of these places. None of theseMakefiles reference any MK_ options. Some don't even need SYSDIR,but leave that defined in the on
kern: Remove needless kern.opts.mkWe don't need kern.opts.mk in any of these places. None of theseMakefiles reference any MK_ options. Some don't even need SYSDIR,but leave that defined in the ones that do.Sponsored by: Netflix
show more ...
sys/modules: fix standalone build for multiple modulesMultiple Makefile miss opt_*.h and *_if.h header file. We fix it byrunning make in sys/modules to build all modules.Approved by: lwhsu (m
sys/modules: fix standalone build for multiple modulesMultiple Makefile miss opt_*.h and *_if.h header file. We fix it byrunning make in sys/modules to build all modules.Approved by: lwhsu (mentor), markj (mentor)Sponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D52062
miiproxy: add as a moduleAdd miiproxy as a module.Differential Revision: https://reviews.freebsd.org/D50025Reviewed by: imp