diff options
Diffstat (limited to 'src/lib/libssl/Makefile.bsd-wrapper')
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index f59a2ea551..c208db032c 100644 --- a/src/lib/libssl/Makefile.bsd-wrapper +++ b/src/lib/libssl/Makefile.bsd-wrapper | |||
@@ -1,5 +1,5 @@ | |||
1 | # Build wrapper for OpenSSL | 1 | # Build wrapper for OpenSSL |
2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.23 2000/09/05 08:18:21 deraadt Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.24 2000/10/13 21:31:28 hugh Exp $ |
3 | 3 | ||
4 | # Our lndir is hacked; specify a full path to avoid potential conflicts | 4 | # Our lndir is hacked; specify a full path to avoid potential conflicts |
5 | # with the one installed with X11. | 5 | # with the one installed with X11. |
@@ -17,6 +17,9 @@ SSLCONF= --openssldir=/etc/ssl OpenBSD-mips | |||
17 | .if ${MACHINE_ARCH} == "alpha" | 17 | .if ${MACHINE_ARCH} == "alpha" |
18 | SSLCONF= --openssldir=/etc/ssl OpenBSD-alpha | 18 | SSLCONF= --openssldir=/etc/ssl OpenBSD-alpha |
19 | .else | 19 | .else |
20 | .if ${MACHINE_ARCH} == "vax" | ||
21 | SSLCONF= --openssldir=/etc/ssl OpenBSD-vax | ||
22 | .else | ||
20 | .if ${MACHINE_ARCH} == "sparc" | 23 | .if ${MACHINE_ARCH} == "sparc" |
21 | SSLCONF= --openssldir=/etc/ssl OpenBSD | 24 | SSLCONF= --openssldir=/etc/ssl OpenBSD |
22 | .else | 25 | .else |
@@ -30,6 +33,7 @@ SSLCONF= --openssldir=/etc/ssl OpenBSD | |||
30 | .endif | 33 | .endif |
31 | .endif | 34 | .endif |
32 | .endif | 35 | .endif |
36 | .endif | ||
33 | 37 | ||
34 | MUNGEDFILES = ${.OBJDIR}/${SSL_SRC}/crypto/opensslconf.h ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h ${.OBJDIR}/${SSL_SRC}/Makefile.ssl ${.OBJDIR}/${SSL_SRC}/Makefile ${.OBJDIR}/${SSL_SRC}/apps/der_chop ${.OBJDIR}/${SSL_SRC}/tools/c_rehash | 38 | MUNGEDFILES = ${.OBJDIR}/${SSL_SRC}/crypto/opensslconf.h ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h ${.OBJDIR}/${SSL_SRC}/Makefile.ssl ${.OBJDIR}/${SSL_SRC}/Makefile ${.OBJDIR}/${SSL_SRC}/apps/der_chop ${.OBJDIR}/${SSL_SRC}/tools/c_rehash |
35 | 39 | ||