summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/bash-static/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/bash-static/Makefile b/shells/bash-static/Makefile
new file mode 100644
index 000000000000..3555e40cdf78
--- /dev/null
+++ b/shells/bash-static/Makefile
@@ -0,0 +1,12 @@
+# Ports collection makefile for: bash-static
+# Date created: 22 Jan 2009
+# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../../shells/bash
+
+WITH_STATIC_BASH= yes
+
+.include "${MASTERDIR}/Makefile"