diff options
author | agc <agc@pkgsrc.org> | 2001-08-14 12:47:05 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-08-14 12:47:05 +0000 |
commit | c575c43fd089eb9afc4a097fa1448189b677ba8c (patch) | |
tree | 2790cb0f66090664b4f3c032065db9a09de7bdb8 /shells/Makefile | |
parent | 689861fed8fee2e0e778e7fa92a8526c63ad5c63 (diff) | |
download | pkgsrc-c575c43fd089eb9afc4a097fa1448189b677ba8c.tar.gz |
Add and enable static-tcsh
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index 3dd96d3201c..6bdc32ba396 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/07/27 19:53:53 agc Exp $ +# $NetBSD: Makefile,v 1.14 2001/08/14 12:47:05 agc Exp $ # COMMENT= Shells @@ -9,6 +9,7 @@ SUBDIR+= esh SUBDIR+= rc SUBDIR+= scsh SUBDIR+= standalone-tcsh +SUBDIR+= static-tcsh SUBDIR+= tcsh SUBDIR+= zsh SUBDIR+= zsh3 |