diff options
author | seb <seb> | 2005-04-20 16:23:55 +0000 |
---|---|---|
committer | seb <seb> | 2005-04-20 16:23:55 +0000 |
commit | 73823ed857de4cdbd49fb617625f680758c49222 (patch) | |
tree | b64c0f25d0257afdcef015b6de0f1f13c4a6f221 /shells | |
parent | 22b298b932bf128de87ba92f56c89aed6ea988c3 (diff) | |
download | pkgsrc-73823ed857de4cdbd49fb617625f680758c49222.tar.gz |
Add & enable rssh.
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 909102c6a4e..b586b92e79e 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/01/28 02:28:21 snj Exp $ +# $NetBSD: Makefile,v 1.35 2005/04/20 16:23:55 seb Exp $ # COMMENT= Shells @@ -16,6 +16,7 @@ SUBDIR+= pdksh SUBDIR+= perlsh SUBDIR+= posh SUBDIR+= rc +SUBDIR+= rssh SUBDIR+= scponly SUBDIR+= scsh SUBDIR+= standalone-tcsh |