diff options
Diffstat (limited to 'shells/ksh93/Makefile')
-rw-r--r-- | shells/ksh93/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 2809d027ecc1..0243650576e1 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -34,7 +34,7 @@ RESTRICTED= Source recipient must acknowledge license FETCH_ENV= HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.' FETCH_CMD= /usr/bin/fetch -Rr # see bin/76134 NO_WRKSUBDIR= yes -MAKE_ENV= CCFLAGS="${CFLAGS}" SHELL="${SH}" +MAKE_ENV= CCFLAGS="${CFLAGS}" .if defined(WANT_STATIC) MAKE_ENV+= LDFLAGS=-static .endif |