mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Removed extraneous parentheses.
This commit is contained in:
parent
db33b1c4d0
commit
4fca7bd3dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue