diff options
author | wiz <wiz@pkgsrc.org> | 2018-11-10 20:00:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-11-10 20:00:04 +0000 |
commit | d9fc4f1844b5ee5cdbfd054ba2093b1b4b965ea2 (patch) | |
tree | 390e89a78171ae47fc1c80c15a36bffed13cef13 /shells | |
parent | 35735abf86714bf3427fc6ec481fdbffe02e3c05 (diff) | |
download | pkgsrc-d9fc4f1844b5ee5cdbfd054ba2093b1b4b965ea2.tar.gz |
shells/Makefile: + bosh, pbosh
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index 3b50d0ab6c2..712cafb72d5 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2018/11/09 22:16:49 maya Exp $ +# $NetBSD: Makefile,v 1.61 2018/11/10 20:00:04 wiz Exp $ # COMMENT= Shells @@ -9,6 +9,7 @@ SUBDIR+= bash SUBDIR+= bash-completion SUBDIR+= bash2 SUBDIR+= bash2-doc +SUBDIR+= bosh SUBDIR+= dash SUBDIR+= eltclsh SUBDIR+= es @@ -21,6 +22,7 @@ SUBDIR+= mksh SUBDIR+= nologinmsg SUBDIR+= oksh SUBDIR+= osh +SUBDIR+= pbosh SUBDIR+= pdksh SUBDIR+= perlsh SUBDIR+= posh |