diff options
author | wiz <wiz> | 2000-02-25 01:04:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-25 01:04:11 +0000 |
commit | 7ba6e19cd22f3c141e767581375020336beafcc9 (patch) | |
tree | 5922622805f6c57a7c7c84cb4052390c0dc0ee45 /shells | |
parent | c7388ab89db75cc3c8a5a2e5692d8b5f774dcf35 (diff) | |
download | pkgsrc-7ba6e19cd22f3c141e767581375020336beafcc9.tar.gz |
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/Makefile b/shells/Makefile index 72614efa4a3..f1b369c3207 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:47 agc Exp $ +# $NetBSD: Makefile,v 1.5 2000/02/25 01:04:16 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/01/03 00:40:55 max Exp # -# SUBDIR += bash SUBDIR += bash2 SUBDIR += es SUBDIR += scsh -# SUBDIR += pdksh SUBDIR += tcsh SUBDIR += zsh |