The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=1a718f7a3b4ea8a038c234bdb9e63a565cdf8d33
commit 1a718f7a3b4ea8a038c234bdb9e63a565cdf8d33 Author: Ed Maste <ema...@freebsd.org> AuthorDate: 2023-03-07 19:03:27 +0000 Commit: Ed Maste <ema...@freebsd.org> CommitDate: 2023-03-07 20:39:44 +0000 src.opts.mk: Remove long-unused NDIS option NDIS was removed a couple of years ago, but the src.conf knob was left behind. Fixes: bfc99943b04b ("ndis(4): remove as previous announced") Sponsored by: The FreeBSD Foundation --- share/mk/src.opts.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 96b390921d4c..057a0f7a9be9 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -143,7 +143,6 @@ __DEFAULT_YES_OPTIONS = \ MAILWRAPPER \ MAKE \ MLX5TOOL \ - NDIS \ NETCAT \ NETGRAPH \ NLS_CATALOGS \