diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 06:27:56 +0000 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 06:27:56 +0000 |
commit | 42f60009e6e536dfbaca7a23a2a8db2f53c4299a (patch) | |
tree | f1419af8c8665908a2992e8623e8bd3b909f82e2 /benchmarks | |
parent | 6dff11762fa92b9484828593ef9a2d77a55dae21 (diff) | |
download | FreeBSD-ports-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.zip FreeBSD-ports-42f60009e6e536dfbaca7a23a2a8db2f53c4299a.tar.gz |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/ttcp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index 63bb95a..ac221b0 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -15,6 +15,8 @@ EXTRACT_ONLY= #none MAINTAINER= pgollucci@FreeBSD.org COMMENT= Benchmarking tool for analysing TCP and UDP performance +MAKE_JOBS_SAFE= yes + NO_WRKSUBDIR= yes DIST_SUBDIR= ${PORTNAME} MAN1= ttcp.1 |