aboutsummaryrefslogtreecommitdiff
path: root/net/unfs3
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-09-22 23:26:57 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-09-22 23:26:57 +0000
commit94be665cd5b966f43a5fc45207a53b7a65de306c (patch)
tree941655e16d5b0a28abd359be8c99ba52a3b4a38d /net/unfs3
parent1d1abaf43b901e24c98d4b17d3ed2c3138fa2bc4 (diff)
downloadports-94be665cd5b966f43a5fc45207a53b7a65de306c.tar.gz
ports-94be665cd5b966f43a5fc45207a53b7a65de306c.zip
This port can't be built with FORCE_MAKE_JOBS
Notes
Notes: svn path=/head/; revision=304726
Diffstat (limited to 'net/unfs3')
-rw-r--r--net/unfs3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile
index 47dd94975f19..c0197898ac9d 100644
--- a/net/unfs3/Makefile
+++ b/net/unfs3/Makefile
@@ -21,6 +21,8 @@ MAN7= tags.7
MAN8= unfsd.8
PLIST_FILES= sbin/unfsd
+MAKE_JOBS_UNSAFE= yes
+
.if defined(WITH_CLUSTER_EXT)
CONFIGURE_ARGS+= --enable-cluster
.endif