diff options
author | hubertf <hubertf> | 1998-02-09 00:54:47 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-09 00:54:47 +0000 |
commit | 33d8e151aefa8f1886646398b7854c1ab5ade8d8 (patch) | |
tree | fafdd8c1b4d1652b7a90107b13a6a1af3ff5e189 /shells | |
parent | 5231b4d6fae7cd37f8cd11022fc3743ae3665296 (diff) | |
download | pkgsrc-33d8e151aefa8f1886646398b7854c1ab5ade8d8.tar.gz |
bash2 and scsh work
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/Makefile b/shells/Makefile index 53d80d204f9..450aa3ff6b0 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 1997/10/24 15:01:59 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/02/09 00:54:47 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/01/03 00:40:55 max Exp # # SUBDIR += bash -# SUBDIR += bash2 + SUBDIR += bash2 SUBDIR += es -# SUBDIR += scsh + SUBDIR += scsh # SUBDIR += pdksh SUBDIR += tcsh SUBDIR += zsh |