pkgsrc/shells/static-ast-ksh/Makefile
wiz 4fc5371add Replace inclusion of a file that just contains
.include "../../mk/bsd.pkg.mk"
with that line instead.
2003-08-11 17:27:55 +00:00

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"