diff options
author | hubertf <hubertf> | 1997-11-22 03:13:21 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-11-22 03:13:21 +0000 |
commit | cdb837216d8f64a41ad9aaea66041950e9f3fa85 (patch) | |
tree | 208d539ae06afa4880a675a339b6ff016de37db0 /benchmarks | |
parent | 2690a0e9ca4e4ac04cef0340b4b1510be27f3b3b (diff) | |
download | pkgsrc-cdb837216d8f64a41ad9aaea66041950e9f3fa85.tar.gz |
Fix RCS Ids, sync with reality
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 7e99c4885fd..846a520d0bb 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,12 +1,13 @@ -# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1997/11/22 03:13:21 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp # - SUBDIR += bonnie - SUBDIR += bytebench - SUBDIR += iozone - SUBDIR += lmbench - SUBDIR += netperf - SUBDIR += tcpblast - SUBDIR += xengine +# SUBDIR += bonnie +# SUBDIR += bytebench +# SUBDIR += iozone +# SUBDIR += lmbench +# SUBDIR += netperf +# SUBDIR += tcpblast +# SUBDIR += xengine .include <bsd.port.subdir.mk> |