diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-11-28 07:14:48 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-11-28 07:14:48 +0000 |
commit | e69ead4ea5af114ec211f8a3d7dd76f1392012a8 (patch) | |
tree | b2cb0464981aa66a03a1c9fd7fcd777dc321c349 /shells | |
parent | 9eaf8a16aa184acd249d7348e94c171fe4ef5256 (diff) | |
download | pkgsrc-e69ead4ea5af114ec211f8a3d7dd76f1392012a8.tar.gz |
Add and enable pdksh.
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 ac86b77fb9f..98706e81bba 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/11/18 17:10:53 cjep Exp $ +# $NetBSD: Makefile,v 1.20 2002/11/28 07:14:48 schmonz Exp $ # COMMENT= Shells @@ -10,6 +10,7 @@ SUBDIR+= es SUBDIR+= esh SUBDIR+= mudsh SUBDIR+= osh +SUBDIR+= pdksh SUBDIR+= rc SUBDIR+= scsh SUBDIR+= standalone-tcsh |