diff options
Diffstat (limited to 'shells/static-bash2/Makefile')
-rw-r--r-- | shells/static-bash2/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/shells/static-bash2/Makefile b/shells/static-bash2/Makefile deleted file mode 100644 index 9f4b8df8260..00000000000 --- a/shells/static-bash2/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2002/09/30 07:59:32 martti Exp $ -# - -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-${DISTNAME} -COMMENT:= Statically-linked version of the ${COMMENT} - -LDFLAGS+= -static |