diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-08 17:32:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-08 17:32:08 +0000 |
commit | 649615780fe54ea9e109464987d7b700abbfe2d1 (patch) | |
tree | 770fca71fabacafaa1ec82de5910f1463cadb0b2 /shells/Makefile | |
parent | 33e64cbf8b9f576a82fbcd7933ddcfd28dd260d1 (diff) | |
download | pkgsrc-649615780fe54ea9e109464987d7b700abbfe2d1.tar.gz |
+ autojump.
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 71ed7745c1e..18e7e4ebc8d 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.53 2015/02/08 16:54:05 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2015/02/08 17:32:08 wiz Exp $ # COMMENT= Shells SUBDIR+= ast-ksh +SUBDIR+= autojump SUBDIR+= bash SUBDIR+= bash-completion SUBDIR+= bash2 |