diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-static-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash-static-devel/Makefile b/shells/bash-static-devel/Makefile index a9ad10167aa2..a240bded4ff8 100644 --- a/shells/bash-static-devel/Makefile +++ b/shells/bash-static-devel/Makefile @@ -3,6 +3,7 @@ MASTERDIR= ${.CURDIR}/../../shells/bash-devel -OPTIONS_SET= STATIC +OPTIONS_OVERRIDE= STATIC +NO_DIALOG= yes .include "${MASTERDIR}/Makefile" |