diff options
author | rh <rh@pkgsrc.org> | 1999-12-06 19:03:32 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-06 19:03:32 +0000 |
commit | 48918af0603fdf56f9f551fa57e075c1f4be9734 (patch) | |
tree | c17214477f0462b8260c903871c604883871db9a /benchmarks/Makefile | |
parent | 4d4c0887140871f0565cfe67fd605ca8a0e04d1e (diff) | |
download | pkgsrc-48918af0603fdf56f9f551fa57e075c1f4be9734.tar.gz |
Add and enable postmark.
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index ee613ecafce..c6ee8c4ea9a 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/12/26 15:59:56 garbled Exp $ +# $NetBSD: Makefile,v 1.14 1999/12/06 19:03:32 rh Exp $ # FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp # @@ -19,6 +19,7 @@ PKG_MISC_TARGETS?= benchmark results # SUBDIR += netperf SUBDIR += nsieve SUBDIR += paranoia + SUBDIR += postmark # SUBDIR += tcpblast SUBDIR += whetstone # SUBDIR += xengine |