summaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-28 07:25:48 +0000
committerache <ache@FreeBSD.org>2004-02-28 07:25:48 +0000
commitf9390aef0d6f1aa5e2e8a5caaa474a78f16eda0f (patch)
tree4997e525597323776f69dc60713c20a6d3b9f764 /tools/build/Makefile
parenta37e6dc1e992550be37b3fd7c241d71ccb5d4735 (diff)
downloadFreeBSD-src-f9390aef0d6f1aa5e2e8a5caaa474a78f16eda0f.zip
FreeBSD-src-f9390aef0d6f1aa5e2e8a5caaa474a78f16eda0f.tar.gz
Add getopt_long.c if ${BOOTSTRAPPING} < 502104
Diffstat (limited to 'tools/build/Makefile')
-rw-r--r--tools/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index fa5bae2..64d3f77 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -52,7 +52,7 @@ SRCS+= strtofflags.c
.endif
# Lot of tools need <getopt.h> and getopt_long(3).
-.if !exists(/usr/include/getopt.h)
+.if ( !exists(/usr/include/getopt.h) || ${BOOTSTRAPPING} < 502104 )
INCS+= getopt.h
.PATH: ${.CURDIR}/../../lib/libc/stdlib
SRCS+= getopt_long.c
OpenPOWER on IntegriCloud