diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-14 11:48:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-14 11:48:19 +0000 |
commit | 9a3027145b903c883fbfcaf64f1a6a7aebe803b2 (patch) | |
tree | bcce7ac85846b8f180349c678e8b622a3dc2a790 /shells | |
parent | 46a134caaeadfddc9c087266964e6872a80959c0 (diff) | |
download | ports-9a3027145b903c883fbfcaf64f1a6a7aebe803b2.tar.gz ports-9a3027145b903c883fbfcaf64f1a6a7aebe803b2.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 1 | ||||
-rw-r--r-- | shells/bash-static-devel/Makefile | 8 |
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" |