diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-17 16:58:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-17 16:58:04 +0000 |
commit | 9da8d97238ba8c453bc81a392ddea797092a814a (patch) | |
tree | 8759b48a45a9d3e183ccc96f5144f0310ea1f380 /shells/Makefile | |
parent | 0dfce689364a320a394597a1e679dd57f8e167a7 (diff) | |
download | pkgsrc-9da8d97238ba8c453bc81a392ddea797092a814a.tar.gz |
Remove static-bash2: Superseded by bash's "static" option.
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile index a48ae4586d2..f9c30aceaf4 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/03/11 13:21:24 uebayasi Exp $ +# $NetBSD: Makefile,v 1.39 2006/07/17 16:58:04 wiz Exp $ # COMMENT= Shells @@ -21,7 +21,6 @@ SUBDIR+= scponly SUBDIR+= scsh SUBDIR+= standalone-tcsh SUBDIR+= static-ast-ksh -SUBDIR+= static-bash2 SUBDIR+= static-tcsh SUBDIR+= tcsh SUBDIR+= xsh |