git: 8612e44589d7 - main - Remove unused NETLINK build option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Apr 2023 21:38:56 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=8612e44589d7aa84acfd023238bb6b2832892d47 commit 8612e44589d7aa84acfd023238bb6b2832892d47 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2023-04-20 21:34:31 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-04-20 21:38:36 +0000 Remove unused NETLINK build option NETLINK was added along side NETLINK_SUPPORT to control building netlink specific programs, but it has no consumers so remove it for now. Reviewed by: melifaro Differential Revision: https://reviews.freebsd.org/D39678 --- share/mk/src.opts.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index f40f35e6e2d9..d6f6650effd5 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -356,10 +356,8 @@ BROKEN_OPTIONS+= OFED .endif .if ${__T} == "i386" || ${__T} == "amd64" -__DEFAULT_YES_OPTIONS+=NETLINK __DEFAULT_YES_OPTIONS+=NETLINK_SUPPORT .else -__DEFAULT_NO_OPTIONS+=NETLINK __DEFAULT_NO_OPTIONS+=NETLINK_SUPPORT .endif