pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/forkbomb This needs libgetopt on some systems.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1491b301799e
branches:  trunk
changeset: 501930:1491b301799e
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 31 17:17:37 2005 +0000

description:
This needs libgetopt on some systems.

diffstat:

 benchmarks/forkbomb/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 45dfbd06ab94 -r 1491b301799e benchmarks/forkbomb/Makefile
--- a/benchmarks/forkbomb/Makefile      Mon Oct 31 17:09:45 2005 +0000
+++ b/benchmarks/forkbomb/Makefile      Mon Oct 31 17:17:37 2005 +0000
@@ -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 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/forkbomb ${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/forkbomb.8 ${PREFIX}/${PKGMANDIR}/man8
 
+.include "../../devel/libgetopt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index