summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/Makefile.asm
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2004-03-23 08:32:29 +0000
committermarkm <markm@FreeBSD.org>2004-03-23 08:32:29 +0000
commit1d9f598c393032e703ef42b49dd7589627f4b697 (patch)
treeba54db684d8a0eb785c25b140318a0bd26ae6abc /secure/lib/libcrypto/Makefile.asm
parent1a0675878118e9b1a4e9ad46a2bf8b1ed7c95381 (diff)
downloadFreeBSD-src-1d9f598c393032e703ef42b49dd7589627f4b697.zip
FreeBSD-src-1d9f598c393032e703ef42b49dd7589627f4b697.tar.gz
Re-add the hand-optimised assembler versions of some of the ciphers
to the build. Should have done this ages ago: markm Reminded above to do this: peter
Diffstat (limited to 'secure/lib/libcrypto/Makefile.asm')
-rw-r--r--secure/lib/libcrypto/Makefile.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm
index 57d07d4..9199027 100644
--- a/secure/lib/libcrypto/Makefile.asm
+++ b/secure/lib/libcrypto/Makefile.asm
@@ -2,7 +2,7 @@
# Use this to help generate the asm *.s files after an import. It is not
# perfect by any means, but does what is needed.
# Do a 'make -f Makefile.asm all' and it will generate *.s. Move them
-# to the i386 subdir, and correct any exposed paths and $FreeBSD$ tags.
+# to the i386 subdir, and correct any exposed paths and $ FreeBSD $ tags.
.if ${MACHINE_ARCH} == "i386"
@@ -51,7 +51,8 @@ CLEANFILES+= ${SRCS:M*.pl:S/.pl$/.cmt/} ${SRCS:M*.pl:S/.pl$/.s/}
.SUFFIXES: .pl .cmt
.pl.cmt:
- perl -I${PERLPATH} ${.IMPSRC} elf ${CPUTYPE:Mi386:S/i//} > ${.TARGET}
+ ( echo ' # $$'FreeBSD'$$' ;\
+ perl -I${PERLPATH} ${.IMPSRC} elf ${CPUTYPE:Mi386:S/i//} ) > ${.TARGET}
.cmt.s:
tr -d "'" < ${.IMPSRC} > ${.TARGET}
OpenPOWER on IntegriCloud