diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-15 03:26:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-15 03:26:50 +0000 |
commit | 89b77dea71061ee211ed17fb447efa4bfcb2ebfb (patch) | |
tree | 290f3ed544ab07d53a008ff0b363ac7af1edb675 /lib | |
parent | db2434d2ea1c198a33c8b8cdea6093d2d9997269 (diff) |
order better
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/Makefile.bsd-wrapper | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libssl/Makefile.bsd-wrapper b/lib/libssl/Makefile.bsd-wrapper index ffca6d80423..506be3e2caf 100644 --- a/lib/libssl/Makefile.bsd-wrapper +++ b/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") |