aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/Makefile1
-rw-r--r--shells/bash-static-devel/Makefile8
2 files changed, 9 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 7f4eef2eee86..bf5716f80008 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -9,6 +9,7 @@
SUBDIR += bash-completion
SUBDIR += bash-devel
SUBDIR += bash-static
+ SUBDIR += bash-static-devel
SUBDIR += bashc
SUBDIR += ch
SUBDIR += dash
diff --git a/shells/bash-static-devel/Makefile b/shells/bash-static-devel/Makefile
new file mode 100644
index 000000000000..e942ae860ffb
--- /dev/null
+++ b/shells/bash-static-devel/Makefile
@@ -0,0 +1,8 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../../shells/bash-devel
+
+OPTIONS_SET= STATIC_BASH
+
+.include "${MASTERDIR}/Makefile"