summaryrefslogtreecommitdiff
path: root/benchmarks/forkbomb
diff options
context:
space:
mode:
authortv <tv>2005-10-31 17:17:37 +0000
committertv <tv>2005-10-31 17:17:37 +0000
commit0c233d72fec25405ab7d0dd86afd66bc58c0957e (patch)
tree7916969e92ad0f725b50052771788677af37b814 /benchmarks/forkbomb
parent724fa82f4501b01f7ad7681f6e47f0287c045dfd (diff)
downloadpkgsrc-0c233d72fec25405ab7d0dd86afd66bc58c0957e.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"