diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-05-08 14:13:35 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-05-10 18:14:18 +0000 |
| commit | ea72f6d5a8b9386a09e23fbdc933effb007ca899 (patch) | |
| tree | 5a3563def161538e43e05384bf244b63a5037598 /tools | |
| parent | 5e4947f7e08a90ba50f9e8cea9ae5e128717cb5f (diff) | |
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/Makefile | 1 |
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 |
