diff options
author | pav <pav@FreeBSD.org> | 2004-06-22 16:24:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-22 16:24:19 +0800 |
commit | 246c433c7050fb67a0fa1e318f3863c06cd25832 (patch) | |
tree | bc02b88a8c03a7d64c518b342a4b0fcc60dc404e /shells/Makefile | |
parent | 8c692d5dcb389a7a13bd337313738fdd892dcc26 (diff) | |
download | freebsd-ports-gnome-246c433c7050fb67a0fa1e318f3863c06cd25832.tar.gz freebsd-ports-gnome-246c433c7050fb67a0fa1e318f3863c06cd25832.tar.zst freebsd-ports-gnome-246c433c7050fb67a0fa1e318f3863c06cd25832.zip |
Add v7sh, the original Steve R. Bourne shell from the 7th edition Unix including
System III, 4.3BSD-Reno, Ultrix 3.1 and `home made'' fixes and enhancements
PR: ports/68127
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index a72a5d97082b..067d5848cada 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -24,6 +24,7 @@ SUBDIR += sash SUBDIR += scponly SUBDIR += tcshrc + SUBDIR += v7sh SUBDIR += vshnu SUBDIR += wapsh SUBDIR += zsh |