diff options
-rw-r--r-- | shells/Makefile | 3 | ||||
-rw-r--r-- | shells/static-bash2/Makefile | 17 |
2 files changed, 1 insertions, 19 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 diff --git a/shells/static-bash2/Makefile b/shells/static-bash2/Makefile deleted file mode 100644 index f949046a762..00000000000 --- a/shells/static-bash2/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:48 joerg Exp $ -# - -PKGREVISION= 1 -DISTINFO_FILE= ${.CURDIR}/../../shells/bash2/distinfo -PATCHDIR= ${.CURDIR}/../../shells/bash2/patches -PKGDIR= ${.CURDIR}/../../shells/bash2 - -CONFLICTS= bash-[0-9]* - -.include "../../shells/bash2/Makefile" - -WRKSRC:= ${WRKDIR}/${DISTNAME} -PKGNAME:= static-${PKGNAME} -COMMENT:= Statically-linked version of the ${COMMENT} - -LDFLAGS+= -static |