aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2026-05-08 14:13:35 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2026-05-10 18:14:18 +0000
commitea72f6d5a8b9386a09e23fbdc933effb007ca899 (patch)
tree5a3563def161538e43e05384bf244b63a5037598 /tools
parent5e4947f7e08a90ba50f9e8cea9ae5e128717cb5f (diff)
Diffstat (limited to 'tools')
-rw-r--r--tools/build/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index f0856900b281..d71cc710be87 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -360,6 +360,7 @@ DISKINCS+= ${SRCTOP}/sys/sys/disk/bsd.h
.if ${.MAKE.OS} == "FreeBSD"
# Needed to build most of the things below, which include sys/cdefs.h either
# directly or transitively
+SYSINCS+= ${SRCTOP}/sys/sys/_decls.h
SYSINCS+= ${SRCTOP}/sys/sys/_visible.h
SYSINCS+= ${SRCTOP}/sys/sys/cdefs.h
.endif