diff options
author | pin <pin@pkgsrc.org> | 2022-07-03 20:58:43 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2022-07-03 20:58:43 +0000 |
commit | cdb9798c78baa662721f2031641c3a3523aaaaab (patch) | |
tree | 618de006eef280c30e6f9e9441b42fa8aba69221 /shells/Makefile | |
parent | e7a71fb626faecfc3f66888fb76567a5d78c60e0 (diff) | |
download | pkgsrc-cdb9798c78baa662721f2031641c3a3523aaaaab.tar.gz |
Add ksh93
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 f7767327309..86b7649a89a 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2021/07/19 15:27:00 pin Exp $ +# $NetBSD: Makefile,v 1.67 2022/07/03 20:58:43 pin Exp $ # COMMENT= Shells @@ -19,6 +19,7 @@ SUBDIR+= fish SUBDIR+= git-sh SUBDIR+= guile-gash SUBDIR+= heirloom-sh +SUBDIR+= ksh93 SUBDIR+= lshell SUBDIR+= mksh SUBDIR+= nologinmsg |