mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
25 lines
648 B
Text
25 lines
648 B
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)
|
|
|