diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bsdrcmds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bsdrcmds/Makefile b/net/bsdrcmds/Makefile index ff32d967d1cb..7c492ea3edde 100644 --- a/net/bsdrcmds/Makefile +++ b/net/bsdrcmds/Makefile @@ -16,7 +16,7 @@ LICENSE= BSD3CLAUSE USES= uidfix MAKE_ARGS+= BINOWN=${BINOWN} BINMODE=${BINMODE} -MAKE_ENV+= NO_WERROR=1 +MAKE_ENV+= MK_WERROR=no NO_WERROR=1 OPTIONS_DEFINE= IPV6 LIBBLACKLIST OPTIONS_DEFAULT= LIBBLACKLIST |