diff options
author | wiz <wiz> | 2008-03-12 09:48:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-03-12 09:48:18 +0000 |
commit | 6e93f363dcc983cd224c5f4b42bffabf895a193c (patch) | |
tree | 7a6044f9719de35975d1dcccf14dfc8027ad0420 /shells/Makefile | |
parent | ba7c101f9701c943a6d8fa1903d169ea95ddfe7c (diff) | |
download | pkgsrc-6e93f363dcc983cd224c5f4b42bffabf895a193c.tar.gz |
+ bash-completion.
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index 959ddb37698..a31f693695d 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.43 2007/08/13 08:12:49 rillig Exp $ +# $NetBSD: Makefile,v 1.44 2008/03/12 09:48:18 wiz Exp $ # COMMENT= Shells SUBDIR+= ast-ksh SUBDIR+= bash +SUBDIR+= bash-completion SUBDIR+= bash2 SUBDIR+= bash2-doc SUBDIR+= eltclsh |