diff options
author | agc <agc> | 2001-07-27 19:53:53 +0000 |
---|---|---|
committer | agc <agc> | 2001-07-27 19:53:53 +0000 |
commit | a1b263023b45d8dcded2105b57cbac6112cc5f17 (patch) | |
tree | a1a0b7958af4ae914c50bd96ff499122e4750379 /shells | |
parent | 4847aa708812228d467f615d246b430749647738 (diff) | |
download | pkgsrc-a1b263023b45d8dcded2105b57cbac6112cc5f17.tar.gz |
Add and enable standalone-tcsh, now that I can spell it properly.
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 5b12bc60223..3dd96d3201c 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/06/05 16:32:50 jtb Exp $ +# $NetBSD: Makefile,v 1.13 2001/07/27 19:53:53 agc Exp $ # COMMENT= Shells @@ -8,6 +8,7 @@ SUBDIR+= es SUBDIR+= esh SUBDIR+= rc SUBDIR+= scsh +SUBDIR+= standalone-tcsh SUBDIR+= tcsh SUBDIR+= zsh SUBDIR+= zsh3 |