diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-03-01 17:47:38 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-03-01 17:47:38 +0000 |
| commit | 4fca7bd3dd2b178e6d1e34d533cbb526502c98ba (patch) | |
| tree | 68a4dadad5188e708e289b640daaba4b314f7408 /tools | |
| parent | db33b1c4d095b51baef070de1f55806b3127ed6e (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile index 64d3f77fe334..7b25322b5341 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) || ${BOOTSTRAPPING} < 502104 ) +.if !exists(/usr/include/getopt.h) || ${BOOTSTRAPPING} < 502104 INCS+= getopt.h .PATH: ${.CURDIR}/../../lib/libc/stdlib SRCS+= getopt_long.c |
