summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-09-06 09:50:20 +0000
committerjperkin <jperkin@pkgsrc.org>2016-09-06 09:50:20 +0000
commit4dba6e64c2c21258a661023129fe2ce2209f948d (patch)
treeb920e7c9fda2d57fc1f35379a72529eb54c4d1e3 /mk
parentbd31b592e1f71d2a473c28cb7138a15521c7879b (diff)
downloadpkgsrc-4dba6e64c2c21258a661023129fe2ce2209f948d.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