aboutsummaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2023-11-09 01:03:46 +0000
committerBrooks Davis <brooks@FreeBSD.org>2023-11-14 16:50:01 +0000
commitc90d0600ee000e7874a55e3015953bd670574093 (patch)
treecb28686f861b0f6827b234bc8d719d3da74cfcc9 /tools/build
parent2b3bf27da41f1481b2025445c6adf27f0d50de99 (diff)
downloadsrc-c90d0600ee000e7874a55e3015953bd670574093.tar.gz
src-c90d0600ee000e7874a55e3015953bd670574093.zip
Sort MK_NETLINK option
Reviewed by: emaste, imp, netchild Pull Request: https://github.com/freebsd/freebsd-src/pull/896
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc10
1 files 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