head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.2
date	2001.03.12.19.55.49;	author sf;	state Exp;
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	Fri Jun 16 05:49:19 2000
+++ Makefile.in	Tue Mar 13 04:51:41 2001
@@@@ -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)
 
@@@@ -64,9 +64,9 @@@@
 .SUFFIXES:
 .SUFFIXES: .c .o
 
-all:	$(TARGETS) cgi api
+all:	$(TARGETS) cgi
 
-install: all install-api install-cgi
+install: all install-cgi
 	$(CP) $(TARGETS) $(BINDIR)
 
 pure: all
@


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
@d1 25
a25 2
--- Makefile.in.orig	Mon Sep  4 18:52:21 2000
+++ Makefile.in	Mon Sep  4 18:52:45 2000
@

