git: c90d0600ee00 - main - Sort MK_NETLINK option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 16:52:04 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=c90d0600ee000e7874a55e3015953bd670574093
commit c90d0600ee000e7874a55e3015953bd670574093
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-11-09 01:03:46 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-11-14 16:50:01 +0000
Sort MK_NETLINK option
Reviewed by: emaste, imp, netchild
Pull Request: https://github.com/freebsd/freebsd-src/pull/896
---
tools/build/mk/OptionalObsoleteFiles.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index c76313d173aa..7cefc3c816c5 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -5487,6 +5487,11 @@ OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
.endif
+.if ${MK_NETLINK} == no
+OLD_FILES+=usr.bin/genl
+OLD_FILES+=usr/share/man/man1/genl.1.gz
+.endif
+
.if ${MK_NIS} == no
OLD_FILES+=etc/rc.d/ypbind
OLD_FILES+=etc/rc.d/ypldap
@@ -5551,11 +5556,6 @@ OLD_FILES+=var/yp/Makefile.dist
OLD_DIRS+=var/yp
.endif
-.if ${MK_NETLINK} == no
-OLD_FILES+=usr.bin/genl
-OLD_FILES+=usr/share/man/man1/genl.1.gz
-.endif
-
.if ${MK_NLS} == no
OLD_DIRS+=usr/share/nls/
OLD_DIRS+=usr/share/nls/C