diff options
author | wiz <wiz> | 2006-07-17 16:58:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-07-17 16:58:04 +0000 |
commit | f3e701fb7a732e68a1435b5657b1e3f9a65e3442 (patch) | |
tree | 8759b48a45a9d3e183ccc96f5144f0310ea1f380 /shells/Makefile | |
parent | d2921e49b7ad39a023a7a372001c7c0e79c0a49e (diff) | |
download | pkgsrc-f3e701fb7a732e68a1435b5657b1e3f9a65e3442.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 |