aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-04-15 06:51:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-04-15 06:51:04 +0000
commit9b3f5f77607032281380fa06e7b188097e606952 (patch)
treea629bcc184646515d34be789ae1fc7e19ae00e6b
parentf246e4a17fd469ab781124a678e103d44d637c5f (diff)
Notes
-rw-r--r--tools/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index 4bf29342970c..fee9e4068905 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -10,7 +10,7 @@ INCS=
BOOTSTRAPPING?= 0
# Some tools need <sys/endian.h>.
-.if !exists(/usr/include/sys/endian.h)
+.if !exists(/usr/include/sys/endian.h) || ${BOOTSTRAPPING} < 500000
INCSGROUPS+= SYSHDRS
SYSHDRS= endian.h
SYSHDRSDIR= ${INCLUDEDIR}/sys