diff options
Diffstat (limited to 'shells/bash-static/Makefile')
-rw-r--r-- | shells/bash-static/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash-static/Makefile b/shells/bash-static/Makefile index e29ab9b24ae0..f5063a0149a3 100644 --- a/shells/bash-static/Makefile +++ b/shells/bash-static/Makefile @@ -1,8 +1,9 @@ -# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ MASTERDIR= ${.CURDIR}/../../shells/bash OPTIONS_SLAVE= STATIC +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |