diff options
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 |