diff options
author | rh <rh> | 1999-12-06 19:03:32 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-06 19:03:32 +0000 |
commit | cdec17c918a2393b73d9eada24801426cad3f25c (patch) | |
tree | c17214477f0462b8260c903871c604883871db9a /benchmarks/Makefile | |
parent | 625fd0cbab9a5eeba0b70e91a84919703d2545f6 (diff) | |
download | pkgsrc-cdec17c918a2393b73d9eada24801426cad3f25c.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 |