diff options
-rw-r--r-- | benchmarks/thrulay/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile index b086cf80d8c..7758e8f37ad 100644 --- a/benchmarks/thrulay/Makefile +++ b/benchmarks/thrulay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/07/08 12:35:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/08/30 08:50:39 dholland Exp $ DISTNAME= thrulay-0.8 CATEGORIES= benchmarks net @@ -8,9 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://shlang.com/thrulay/ COMMENT= TCP and UDP network capacity tester -ONLY_FOR_PLATFORM= DragonFly-*-i386 FreeBSD-*-i386 Linux-*-i386 \ - NetBSD-*-i386 - PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes |