diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-16 13:32:59 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-16 13:32:59 +0000 |
commit | c83eeffeccbf924bda059dd4a783734c61591747 (patch) | |
tree | 49f031f2af490d4ea3fe9ef7aadf6c316fba66ab /benchmarks/Makefile | |
parent | 5474e1b9dd92681079a50f5fcf19860b16d1d66c (diff) | |
download | ports-c83eeffeccbf924bda059dd4a783734c61591747.tar.gz ports-c83eeffeccbf924bda059dd4a783734c61591747.zip |
Notes
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 7b3da42308d3..95e4ddb588ed 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/01/03 00:12:48 se Exp $ +# $Id: Makefile,v 1.3 1996/08/04 08:45:44 asami Exp $ # SUBDIR += bonnie @@ -7,5 +7,6 @@ SUBDIR += lmbench SUBDIR += netperf SUBDIR += tcpblast + SUBDIR += xengine .include <bsd.port.subdir.mk> |