diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-21 13:19:28 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-21 13:19:28 +0000 |
commit | 7ca702f09f2945c1baaadef9b7bd13bd867de422 (patch) | |
tree | 10a2ee2a07ab174958f1faa9eb9d74002661b3d9 /shells | |
parent | d27f048e966a8ab178515e620cac9e0f417d0cde (diff) | |
download | ports-7ca702f09f2945c1baaadef9b7bd13bd867de422.tar.gz ports-7ca702f09f2945c1baaadef9b7bd13bd867de422.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 3 | ||||
-rw-r--r-- | shells/bash/Makefile | 12 | ||||
-rw-r--r-- | shells/bash1/Makefile | 12 | ||||
-rw-r--r-- | shells/bash2/Makefile | 12 | ||||
-rw-r--r-- | shells/bash3/Makefile | 12 |
5 files changed, 51 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile new file mode 100644 index 000000000000..40ce3dd7d4c2 --- /dev/null +++ b/shells/Makefile @@ -0,0 +1,3 @@ +SUBDIR= bash + +.include <bsd.subdir.mk> diff --git a/shells/bash/Makefile b/shells/bash/Makefile new file mode 100644 index 000000000000..794d92f6f626 --- /dev/null +++ b/shells/bash/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: bash +# Version required: 1.14.2 +# Date created: 21 August 1994 +# Whom: jkh +# +# $Id$ +# + +GNU_MAKE= yes +DISTNAME= bash-1.14.2 + +.include <bsd.port.mk> diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile new file mode 100644 index 000000000000..794d92f6f626 --- /dev/null +++ b/shells/bash1/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: bash +# Version required: 1.14.2 +# Date created: 21 August 1994 +# Whom: jkh +# +# $Id$ +# + +GNU_MAKE= yes +DISTNAME= bash-1.14.2 + +.include <bsd.port.mk> diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile new file mode 100644 index 000000000000..794d92f6f626 --- /dev/null +++ b/shells/bash2/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: bash +# Version required: 1.14.2 +# Date created: 21 August 1994 +# Whom: jkh +# +# $Id$ +# + +GNU_MAKE= yes +DISTNAME= bash-1.14.2 + +.include <bsd.port.mk> diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile new file mode 100644 index 000000000000..794d92f6f626 --- /dev/null +++ b/shells/bash3/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: bash +# Version required: 1.14.2 +# Date created: 21 August 1994 +# Whom: jkh +# +# $Id$ +# + +GNU_MAKE= yes +DISTNAME= bash-1.14.2 + +.include <bsd.port.mk> |