summaryrefslogtreecommitdiff
path: root/benchmarks/forkbomb
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-10-31 17:17:37 +0000
committertv <tv@pkgsrc.org>2005-10-31 17:17:37 +0000
commitbbe2f884e1290172b72fdc436a164b5508575520 (patch)
tree7916969e92ad0f725b50052771788677af37b814 /benchmarks/forkbomb
parenta95c75468549b92f4a6aa6167ba6ee8c2987228d (diff)
downloadpkgsrc-bbe2f884e1290172b72fdc436a164b5508575520.tar.gz
This needs libgetopt on some systems.
Diffstat (limited to 'benchmarks/forkbomb')
-rw-r--r--benchmarks/forkbomb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile
index de033b79ed4..235baba7a8f 100644
--- a/benchmarks/forkbomb/Makefile
+++ b/benchmarks/forkbomb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 08:17:51 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2005/10/31 17:17:37 tv Exp $
#
DISTNAME= forkbomb-1.4
@@ -19,4 +19,5 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/forkbomb ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/forkbomb.8 ${PREFIX}/${PKGMANDIR}/man8
+.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"