summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/crypto/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile
index 61250ad49c..7e59def4b8 100644
--- a/src/lib/libssl/crypto/Makefile
+++ b/src/lib/libssl/crypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.63 2013/01/26 06:10:22 djm Exp $ 1# $OpenBSD: Makefile,v 1.64 2013/07/13 16:34:43 miod Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -455,18 +455,6 @@ obj_mac.h: ${SSL_OBJECTS}/objects.h ${SSL_OBJECTS}/obj_mac.num ${SSL_OBJECTS}/ob
455obj_dat.h: obj_mac.h 455obj_dat.h: obj_mac.h
456 /usr/bin/perl ${SSL_OBJECTS}/obj_dat.pl obj_mac.h obj_dat.h 456 /usr/bin/perl ${SSL_OBJECTS}/obj_dat.pl obj_mac.h obj_dat.h
457 457
458.if (${MACHINE_ARCH} == "vax")
459# egcs bombs optimising these files
460a_strnid.o:
461 ${CC} ${CFLAGS} -O0 ${CPPFLAGS} -c ${.IMPSRC}
462a_strnid.po:
463 ${CC} ${CFLAGS} -O0 ${CPPFLAGS} -c ${.IMPSRC} -o $@
464des_enc.o:
465 ${CC} ${CFLAGS} -O1 ${CPPFLAGS} -c ${.IMPSRC}
466des_enc.po:
467 ${CC} ${CFLAGS} -O1 ${CPPFLAGS} -c ${.IMPSRC} -o $@
468.endif
469
470.if (${MACHINE_ARCH} == "i386") 458.if (${MACHINE_ARCH} == "i386")
471SRCS+= wp_block.c 459SRCS+= wp_block.c
472SRCS+= bf_cbc.c 460SRCS+= bf_cbc.c