diff options
author | ale <ale@FreeBSD.org> | 2004-01-22 17:57:44 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-01-22 17:57:44 +0000 |
commit | a2fa77986207b04d1ad31d26b252b76aeaa21ac0 (patch) | |
tree | 0190473da56730830e7cc5b9d1896d67efbb34da /benchmarks/forkbomb/Makefile | |
parent | dc764b74da2be472b5f50a904d1a17bb9779fa0b (diff) | |
download | FreeBSD-ports-a2fa77986207b04d1ad31d26b252b76aeaa21ac0.zip FreeBSD-ports-a2fa77986207b04d1ad31d26b252b76aeaa21ac0.tar.gz |
Add forkbomb 1.0, system stress testing tool.
PR: ports/61717
Submitted by: Radim Kolar
Approved by: nork (mentor/implicitly)
Diffstat (limited to 'benchmarks/forkbomb/Makefile')
-rw-r--r-- | benchmarks/forkbomb/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile new file mode 100644 index 0000000..b784505 --- /dev/null +++ b/benchmarks/forkbomb/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: forkbomb +# Date created: 21 Jan 2004 +# Whom: Radim Kolar +# +# $FreeBSD$ +# + +PORTNAME= forkbomb +PORTVERSION= 1.0 +CATEGORIES= benchmarks +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/benchmark + +MAINTAINER= hsn@netmag.cz +COMMENT= System stress testing tool + +USE_GETOPT_LONG=yes +MAN8= forkbomb.8 + +.include <bsd.port.mk> |