summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/static-ast-ksh/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/static-ast-ksh/Makefile b/shells/static-ast-ksh/Makefile
index 70cb300a848..15fe106979f 100644
--- a/shells/static-ast-ksh/Makefile
+++ b/shells/static-ast-ksh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/09/11 23:25:09 asau Exp $
+# $NetBSD: Makefile,v 1.13 2014/01/09 12:24:41 jperkin Exp $
#
.include "../../shells/ast-ksh/Makefile.common"
@@ -12,6 +12,9 @@ PKGDIR= ${.CURDIR}/../../shells/ast-ksh
PKGNAME:= static-${PKGNAME}
COMMENT:= Statically-linked version of the ${COMMENT}
+# SunOS 5.10 stopped shipping static libraries
+NOT_FOR_PLATFORM+= SunOS-5.1[0-9]-*
+
KSH93_MAKEFLAGS=LDFLAGS=-static
.include "../../mk/bsd.pkg.mk"