From ce16bcbe6493ea5f4cf598594e0715dc0840c53b Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 15 May 2002 03:26:49 +0000 Subject: order better --- src/lib/libssl/Makefile.bsd-wrapper | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl/Makefile.bsd-wrapper') diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index ffca6d8042..506be3e2ca 100644 --- a/src/lib/libssl/Makefile.bsd-wrapper +++ b/src/lib/libssl/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile.bsd-wrapper,v 1.46 2002/05/15 03:16:55 beck Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.47 2002/05/15 03:26:49 deraadt Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -8,6 +8,7 @@ LNDIR= /usr/bin/lndir # Figure out what flag we use to OpenSSL's configure. This # needs to be tested on all architectures. +SSL_SRC=src OPENSSLDIR= /etc/ssl SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-${MACHINE_ARCH} @@ -673,8 +674,6 @@ maninstall: --center='OpenSSL' --release="OpenBSD `uname -r`" \ `basename ${.ALLSRC}` ) | nroff -Tps -man > ${.TARGET} -SSL_SRC=src - all: prereq ${MANALL} ${PSALL} # egcs bombs optimising this file on vax .if (${MACHINE_ARCH} == "vax") -- cgit v1.2.3-55-g6feb