mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
19 lines
565 B
Plaintext
19 lines
565 B
Plaintext
--- Makefile.ssl.orig Fri Jun 26 10:25:25 1998
|
|
+++ Makefile.ssl Sat Aug 22 13:14:34 1998
|
|
@@ -175,7 +175,7 @@
|
|
VERSION PROBLEMS MINFO makefile.one e_os.h \
|
|
MICROSOFT makevms.com config PATENTS
|
|
WDIRS= windows
|
|
-LIBS= libcrypto.a libssl.a
|
|
+LIBS= libcrypto.a libssl.a libRSAglue.a
|
|
|
|
GENERAL= Makefile
|
|
BASENAME= SSLeay
|
|
@@ -327,5 +327,6 @@
|
|
sh util/ranlib.sh $(INSTALLTOP)/lib/$$i; \
|
|
chmod 644 $(INSTALLTOP)/lib/$$i ); \
|
|
done
|
|
+ cp apps/ssleay.cnf $(INSTALLTOP)/etc/ssleay.cnf.sample
|
|
|
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|