head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.03.12.19.55.49;	author sf;	state dead;
branches;
next	1.1;

1.1
date	2000.12.03.21.01.58;	author will;	state Exp;
branches;
next	;


desc
@@


1.2
log
@use OPENSSLINC/LIB to fix build on RELENG_3.

PR:		25680
Submitted by:	maintainer
@
text
@--- Makefile.in.orig	Mon Oct 30 14:40:23 2000
+++ Makefile.in	Mon Oct 30 14:45:31 2000
@@@@ -29,7 +29,7 @@@@
 VERSION = @@VERSION@@
 
 CC		= @@CC@@
-LIBS		= @@LIBS@@ -lssl -lcrypto	#-lm 
+LIBS		= @@LIBS@@ -lssl -lcrypto	-lcompat #-lm 
 LDFLAGS         = @@LDFLAGS@@
 INCLUDES	= 
 CFLAGS		= @@CFLAGS@@ -DSTONE_SSL
@@@@ -47,11 +47,11 @@@@
 MAIN3		= genrand.c
 
 MASTERSRCS	= timefunc.c bench.c parse_file_list.c statistics.c \
-		  errexit.c sysdep.c
+		  errexit.c sysdep.c random.c
 
 STONESRCS	= timefunc.c get.c \
 		  parse_file_list.c bench.c statistics.c errexit.c \
-		  sysdep.c
+		  sysdep.c random.c
 
 COMPILE         = $(CC) $(CFLAGS) $(DEFS) $(INCLUDES)
 
@


1.1
log
@Add Webstone-SSL 2.5, a benchmarking tool that supports SSL-enabled
http servers.

PR:		22560
Submitted by:	Kazumasa Nishizawa <k_nishizawa@@anet.ne.jp>
@
text
@@

