diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2009-01-23 15:34:47 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2009-01-23 15:34:47 +0000 |
| commit | 9c1a4b8a745a4433da7bedf87fe660d005a029f0 (patch) | |
| tree | ed1108e89388cb2f52c6038556cebf9baaa93075 /shells/bash-static | |
| parent | 823c57d2fd0917a271534560e43c618a9f4f7a0a (diff) | |
Notes
Diffstat (limited to 'shells/bash-static')
| -rw-r--r-- | shells/bash-static/Makefile | 12 |
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" |
