summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorhugh <>2000-10-13 21:31:30 +0000
committerhugh <>2000-10-13 21:31:30 +0000
commitb91c89ed7f50614027e76c49b85c79f51cb408a1 (patch)
tree79aee5fdeaf8f25cba27d9299a128605f5910a8a /src/lib/libssl/Makefile.bsd-wrapper
parent04199a0ac8d5e64a4c04d30cd9eb933f7eb99648 (diff)
downloadopenbsd-b91c89ed7f50614027e76c49b85c79f51cb408a1.tar.gz
openbsd-b91c89ed7f50614027e76c49b85c79f51cb408a1.tar.bz2
openbsd-b91c89ed7f50614027e76c49b85c79f51cb408a1.zip
vax support; checked by beck.
Diffstat (limited to 'src/lib/libssl/Makefile.bsd-wrapper')
-rw-r--r--src/lib/libssl/Makefile.bsd-wrapper6
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"
18SSLCONF= --openssldir=/etc/ssl OpenBSD-alpha 18SSLCONF= --openssldir=/etc/ssl OpenBSD-alpha
19.else 19.else
20.if ${MACHINE_ARCH} == "vax"
21SSLCONF= --openssldir=/etc/ssl OpenBSD-vax
22.else
20.if ${MACHINE_ARCH} == "sparc" 23.if ${MACHINE_ARCH} == "sparc"
21SSLCONF= --openssldir=/etc/ssl OpenBSD 24SSLCONF= --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
34MUNGEDFILES = ${.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 38MUNGEDFILES = ${.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