cae86cc092
and standalone program. Closes PR 10532 by John Refling <refling@comet.lbl.gov>
13 lines
349 B
Text
13 lines
349 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2000/11/23 13:16:10 rh Exp $
|
|
|
|
--- ./Makefile.ssl.orig Tue Jan 6 18:49:40 1998
|
|
+++ ./Makefile.ssl Fri Mar 31 04:21:15 2000
|
|
@@ -8,7 +8,7 @@
|
|
CPP= $(CC) -E
|
|
INCLUDES=
|
|
CFLAG=-g
|
|
-INSTALLTOP=/usr/local/ssl
|
|
+INSTALLTOP=$(PREFIX)/ssl
|
|
MAKE= make -f Makefile.ssl
|
|
MAKEDEPEND= makedepend -f Makefile.ssl
|
|
MAKEFILE= Makefile.ssl
|