summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/Makefile.inc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-05-03 00:14:39 +0000
committerpeter <peter@FreeBSD.org>2002-05-03 00:14:39 +0000
commitafb49cba0dff86548cb42f8d4eb03d29f5aa97d2 (patch)
tree85400debd2bd2c66ca232d0c5e3e6551ecd8fe2d /secure/lib/libcrypto/Makefile.inc
parent4bd83f238785826252b148590755a82692a2dcfc (diff)
downloadFreeBSD-src-afb49cba0dff86548cb42f8d4eb03d29f5aa97d2.zip
FreeBSD-src-afb49cba0dff86548cb42f8d4eb03d29f5aa97d2.tar.gz
Pre-generate the optimized x86 crypto code and check it in rather than
depending on perl at build time. Makefile.asm is a helper for after the next import. With my cvs@ hat on, the relatively small repo cost of this is acceptable, especially given that we have other (much bigger) things like lib*.so.gz.uu checked in under src/lib/compat/*. Reviewed by: kris (maintainer)
Diffstat (limited to 'secure/lib/libcrypto/Makefile.inc')
-rw-r--r--secure/lib/libcrypto/Makefile.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index 3e9fc28..ec09438 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -7,10 +7,7 @@ CFLAGS+= -DNO_IDEA
.endif
.if ${MACHINE_ARCH} == "i386"
-CFLAGS+= -DL_ENDIAN
-.if !defined(NOPERL) && !defined(NO_PERL)
-CFLAGS+= -DSHA1_ASM -DBN_ASM -DMD5_ASM -DRMD160_ASM
-.endif
+CFLAGS+= -DL_ENDIAN -DSHA1_ASM -DBN_ASM -DMD5_ASM -DRMD160_ASM
.elif ${MACHINE_ARCH} == "alpha"
# no ENDIAN stuff defined for alpha (64-bit)
.endif
OpenPOWER on IntegriCloud