summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-08-25 12:08:29 +0000
committerjperkin <jperkin>2016-08-25 12:08:29 +0000
commit09d52d63e25741ae7038d2fc5af9d3d29d6270ab (patch)
treef983d8723fea4b6654c73feb1631ac7a5ddc10d1 /mk/platform
parente7c65a047ab9a9aac1108fdaa10d8a1892e5f399 (diff)
downloadpkgsrc-09d52d63e25741ae7038d2fc5af9d3d29d6270ab.tar.gz
Support UNLIMIT_RESOURCES=cputime on SunOS.
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/SunOS.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk
index 01ab39f2507..5f5e1590708 100644
--- a/mk/platform/SunOS.mk
+++ b/mk/platform/SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.71 2016/03/11 23:54:09 khorben Exp $
+# $NetBSD: SunOS.mk,v 1.72 2016/08/25 12:08:29 jperkin Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -24,6 +24,7 @@ ROOT_USER?= root
SERIAL_DEVICES?= /dev/null
ULIMIT_CMD_datasize?= ulimit -d `${SETENV} LC_MESSAGES=C ulimit -H -d`
ULIMIT_CMD_stacksize?= ulimit -s `${SETENV} LC_MESSAGES=C ulimit -H -s`
+ULIMIT_CMD_cputime?= ulimit -t `${SETENV} LC_MESSAGES=C ulimit -H -t`
ULIMIT_CMD_memorysize?= ulimit -v `${SETENV} LC_MESSAGES=C ulimit -H -v`
USERADD?= /usr/sbin/useradd