blob: a36ff5660f956e7b2a4764f3bd882e2e52ea6156 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch_netbsd-ae,v 1.1 2001/04/05 14:01:00 wiz Exp $
--- crypto/Makefile.ssl.orig Mon Aug 2 16:44:47 1999
+++ crypto/Makefile.ssl Wed Oct 20 17:31:16 1999
@@ -48,6 +48,7 @@
@(cd ..; $(MAKE) DIRS=$(DIR) all)
all: buildinf.h lib subdirs
+ cd ${TOP} && csh ${MAKELIB} ${IS_ELF} libcrypto.so.${MAJOR}.${MINOR} libcrypto.a
buildinf.h: ../Makefile.ssl
( echo "#ifndef MK1MF_BUILD"; \
|