Add getopt_long.c if ${BOOTSTRAPPING} < 502104

This commit is contained in:
Andrey A. Chernov 2004-02-28 07:25:48 +00:00
parent d022c66fd1
commit e9ba071875
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126344

View File

@ -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