1999-06-06 17:49:47 +00:00
|
|
|
--- Makefile.orig Sun Jun 14 15:52:50 1998
|
1999-08-01 03:08:33 +00:00
|
|
|
+++ Makefile Sat Jul 31 11:12:56 1999
|
|
|
|
@@ -12,13 +12,13 @@
|
1999-06-06 17:49:47 +00:00
|
|
|
# if you use cc, remove the -Wall and -g options
|
|
|
|
CC= gcc
|
|
|
|
|
|
|
|
-SSLROOT= /usr/local/ssl
|
|
|
|
+SSLROOT= /usr/local
|
|
|
|
|
|
|
|
-CFLAGS= -Wall -I$(SSLROOT)/include -O
|
1999-08-01 03:08:33 +00:00
|
|
|
+CFLAGS+= -I$(SSLROOT)/include
|
1999-06-06 17:49:47 +00:00
|
|
|
# for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add
|
|
|
|
# -DHP to the CFLAGS variable
|
|
|
|
|
1999-08-01 03:08:33 +00:00
|
|
|
-LIBS = -L$(SSLROOT)/lib -lssl -lcrypto
|
|
|
|
+LIBS = -L$(SSLROOT)/lib -lssl -lcrypto $(EXTRA_SSL_LIBS)
|
|
|
|
|
|
|
|
OBJ = sslproxy.o
|
|
|
|
|