summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-09-06 09:50:20 +0000
committerjperkin <jperkin>2016-09-06 09:50:20 +0000
commit89447e88af2eeb95898fdfdd0d686f64521ac2a6 (patch)
treeee2e72b4b12d1f2696a338b7be6f534de25f30ed /mk
parentbc6028d51a65a9ece09c34230a67b3beec43b150 (diff)
downloadpkgsrc-89447e88af2eeb95898fdfdd0d686f64521ac2a6.tar.gz
Support UNLIMIT_RESOURCES=cputime on Darwin.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/Darwin.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk
index 76332c0323b..5087a366ce0 100644
--- a/mk/platform/Darwin.mk
+++ b/mk/platform/Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.82 2016/07/08 21:23:57 sevan Exp $
+# $NetBSD: Darwin.mk,v 1.83 2016/09/06 09:50:20 jperkin Exp $
#
# Variable definitions for the Darwin operating system.
@@ -67,8 +67,9 @@ ROOT_GROUP?= wheel
ROOT_USER?= root
SERIAL_DEVICES?= /dev/null
ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d`
-ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m`
+ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
+ULIMIT_CMD_cputime?= ulimit -t `ulimit -H -t`
GROUPADD?= ${LOCALBASE}/sbin/groupadd
USERADD?= ${LOCALBASE}/sbin/useradd