4fc5371add
.include "../../mk/bsd.pkg.mk" with that line instead.
16 lines
441 B
Makefile
16 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/08/11 17:27:58 wiz Exp $
|
|
#
|
|
.include "../../shells/ast-ksh/Makefile.common"
|
|
|
|
CONFLICTS= ast-ksh-[0-9]* # Override.
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../shells/ast-ksh/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../shells/ast-ksh/patches
|
|
PKGDIR= ${.CURDIR}/../../shells/ast-ksh
|
|
|
|
PKGNAME:= static-${PKGNAME}
|
|
COMMENT:= Statically-linked version of the ${COMMENT}
|
|
|
|
KSH93_MAKEFLAGS=LDFLAGS=-static
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|