diff options
Diffstat (limited to 'shells/static-bash2/Makefile')
-rw-r--r-- | shells/static-bash2/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shells/static-bash2/Makefile b/shells/static-bash2/Makefile new file mode 100644 index 00000000000..cf238b0c2a9 --- /dev/null +++ b/shells/static-bash2/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.4 2004/01/11 23:06:54 grant 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 |