summaryrefslogtreecommitdiff
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
commit0f43646549d55ddd252f7a94880632b24aa0aa71 (patch)
tree7916969e92ad0f725b50052771788677af37b814
parentc68f84ec8448405f0c5160788839189224f0b2ee (diff)
downloadpkgsrc-0f43646549d55ddd252f7a94880632b24aa0aa71.tar.gz
This needs libgetopt on some systems.
-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"