git: e027fb0ee8d7 - stable/14 - Sort MK_NETLINK option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 00:54:57 UTC
The branch stable/14 has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=e027fb0ee8d767f577a1c6f73506128beb6384ef
commit e027fb0ee8d767f577a1c6f73506128beb6384ef
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-11-09 01:03:46 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-12-02 00:11:33 +0000
Sort MK_NETLINK option
Reviewed by: emaste, imp, netchild
Pull Request: https://github.com/freebsd/freebsd-src/pull/896
(cherry picked from commit c90d0600ee000e7874a55e3015953bd670574093)
---
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 41464fd75082..51434e07774a 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -5501,6 +5501,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
@@ -5565,11 +5570,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