diff options
author | cjep <cjep> | 2002-08-20 20:53:04 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-08-20 20:53:04 +0000 |
commit | 48528b376dbd3f1cc5851ca76f25ca255aa89c2f (patch) | |
tree | 390ec579e803009b57102a0a31d2ad9b9da465d8 /shells | |
parent | be1c251fed20dc8ca36d033787a8e4dd9190610b (diff) | |
download | pkgsrc-48528b376dbd3f1cc5851ca76f25ca255aa89c2f.tar.gz |
Add and enable osh.
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 6bdc32ba396..4cf4d84b086 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/08/14 12:47:05 agc Exp $ +# $NetBSD: Makefile,v 1.15 2002/08/20 20:53:04 cjep Exp $ # COMMENT= Shells @@ -6,6 +6,7 @@ COMMENT= Shells SUBDIR+= bash2 SUBDIR+= es SUBDIR+= esh +SUBDIR+= osh SUBDIR+= rc SUBDIR+= scsh SUBDIR+= standalone-tcsh |