diff options
author | cheusov <cheusov> | 2011-05-28 08:54:03 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2011-05-28 08:54:03 +0000 |
commit | 12c32703580e0d1af73fe78b1baa95f7e5dae422 (patch) | |
tree | 5ed6b9ecf6c436e43da8e47f7a88dc8f3c266975 /shells | |
parent | 45ef8d1a3ac7a882913b793788474b61150d731e (diff) | |
download | pkgsrc-12c32703580e0d1af73fe78b1baa95f7e5dae422.tar.gz |
add heirloom-sh, oked by sponsors
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index c2202571a5e..6e15572b264 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2010/02/15 12:58:14 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2011/05/28 08:54:03 cheusov Exp $ # COMMENT= Shells @@ -12,6 +12,7 @@ SUBDIR+= dash SUBDIR+= eltclsh SUBDIR+= es SUBDIR+= esh +SUBDIR+= heirloom-sh SUBDIR+= lshell SUBDIR+= mksh SUBDIR+= mudsh |