aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/miiproxy
Commit message (Collapse)AuthorAgeFilesLines
* kern: Remove needless kern.opts.mkWarner Losh2025-10-101-1/+1
| | | | | | | | We don't need kern.opts.mk in any of these places. None of these Makefiles reference any MK_ options. Some don't even need SYSDIR, but leave that defined in the ones that do. Sponsored by: Netflix
* sys/modules: fix standalone build for multiple modulesShengYi Hung2025-08-231-1/+1
| | | | | | | | | Multiple Makefile miss opt_*.h and *_if.h header file. We fix it by running make in sys/modules to build all modules. Approved by: lwhsu (mentor), markj (mentor) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52062
* miiproxy: add as a moduleAdrian Chadd2025-04-271-0/+9
Add miiproxy as a module. Differential Revision: https://reviews.freebsd.org/D50025 Reviewed by: imp