diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2026-04-09 14:30:20 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2026-04-09 14:30:20 +0000 |
| commit | 0dd9c4abf0e56b9d4f6f7204a68b1475f2bbf1fc (patch) | |
| tree | befdea297a543f3bcb342042c10a4e3ce2c3c172 /tools | |
| parent | f54209510b1b30b1445792db7d33401f7c7a97d6 (diff) | |
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile index 604885dea4c8..f0856900b281 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -395,10 +395,8 @@ SYSINCS+= ${SRCTOP}/sys/sys/ctf.h SYSINCS+= ${SRCTOP}/sys/sys/kbio.h # for kldxref: SYSINCS+= ${SRCTOP}/sys/sys/module.h -.if ${.MAKE.OS} != "FreeBSD" # for libmd: SYSINCS+= ${SRCTOP}/sys/sys/md4.h -.endif # We want to run the build with only ${WORLDTMP} in $PATH to ensure we don't # accidentally run tools that are incompatible but happen to be in $PATH. |
