fb58692417
to make it consistent with the non-static package.
16 lines
410 B
Makefile
16 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/01/16 12:01:23 kristerw 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-${PKGNAME}
|
|
COMMENT:= Statically-linked version of the ${COMMENT}
|
|
|
|
LDFLAGS+= -static
|