diff options
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
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> |