diff options
author | hugh <> | 2002-02-23 23:54:47 +0000 |
---|---|---|
committer | hugh <> | 2002-02-23 23:54:47 +0000 |
commit | 17e1b31f90c90bba134b869b5a81cb6155f3825f (patch) | |
tree | 1a77e30b3172a920759684adfcad9c4cd1ef95ed | |
parent | a3d41979f88fc8fca61c974a09d58e2dfb47d979 (diff) | |
download | openbsd-17e1b31f90c90bba134b869b5a81cb6155f3825f.tar.gz openbsd-17e1b31f90c90bba134b869b5a81cb6155f3825f.tar.bz2 openbsd-17e1b31f90c90bba134b869b5a81cb6155f3825f.zip |
Vax O1 workaround no longer needed.
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index 4a23a3a4b7..0ca56f83db 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.42 2002/02/10 22:18:49 deraadt Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.43 2002/02/23 23:54:47 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. |
@@ -679,7 +679,6 @@ all: prereq ${MANALL} ${PSALL} | |||
679 | # egcs bombs optimising this file on vax | 679 | # egcs bombs optimising this file on vax |
680 | .if (${MACHINE_ARCH} == "vax") | 680 | .if (${MACHINE_ARCH} == "vax") |
681 | cd ${.OBJDIR}/crypto && CFLAGS=-O0 ${MAKE} a_strnid.o a_strnid.po | 681 | cd ${.OBJDIR}/crypto && CFLAGS=-O0 ${MAKE} a_strnid.o a_strnid.po |
682 | cd ${.OBJDIR}/crypto && CFLAGS=-O1 ${MAKE} des_enc.o des_enc.po | ||
683 | .endif | 682 | .endif |
684 | @cd ${.OBJDIR} && ${MAKE} | 683 | @cd ${.OBJDIR} && ${MAKE} |
685 | 684 | ||