diff options
author | snj <snj@pkgsrc.org> | 2005-01-28 02:28:21 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2005-01-28 02:28:21 +0000 |
commit | 99eaad6fad033d8f0697e16da5637203471f1165 (patch) | |
tree | 925ae3b476e10f38447f9f21787f720a4856b75f /shells | |
parent | 49f6f84e82539679a659f04a6d6042dd1201bca1 (diff) | |
download | pkgsrc-99eaad6fad033d8f0697e16da5637203471f1165.tar.gz |
Add scponly.
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 de162dacb7a..909102c6a4e 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/10/21 03:13:02 xtraeme Exp $ +# $NetBSD: Makefile,v 1.34 2005/01/28 02:28:21 snj Exp $ # COMMENT= Shells @@ -16,6 +16,7 @@ SUBDIR+= pdksh SUBDIR+= perlsh SUBDIR+= posh SUBDIR+= rc +SUBDIR+= scponly SUBDIR+= scsh SUBDIR+= standalone-tcsh SUBDIR+= static-ast-ksh |