summaryrefslogtreecommitdiff
path: root/shells/bash-static
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:57:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:57:23 +0000
commitf6e6105ff836ed6f4094a8f311d85b6a35799b9b (patch)
treec5ec60c607361ad1397f09c1f3d11009832c21ce /shells/bash-static
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: shells)
Notes
Notes: svn path=/head/; revision=327770
Diffstat (limited to 'shells/bash-static')
-rw-r--r--shells/bash-static/Makefile3
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"