From 7c099e1555aa17a6284dba26a8d6fdd954fcbe7c Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Mon, 20 Nov 2006 06:26:44 +0000 Subject: [PATCH] We aren't using the asm files so store this in the Attic. --- secure/lib/libcrypto/Makefile.asm | 61 ------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 secure/lib/libcrypto/Makefile.asm diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm deleted file mode 100644 index 0e66c9e3a6..0000000000 --- a/secure/lib/libcrypto/Makefile.asm +++ /dev/null @@ -1,61 +0,0 @@ -# $FreeBSD: src/secure/lib/libcrypto/Makefile.asm,v 1.3.2.1 2003/02/14 22:38:14 nectar Exp $ -# $DragonFly: src/secure/lib/libcrypto/Attic/Makefile.asm,v 1.2 2003/06/17 04:27:48 dillon Exp $ -# 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: src/secure/lib/libcrypto/Makefile.asm,v 1.3.2.1 2003/02/14 22:38:14 nectar Exp $ tags. - -.if ${MACHINE_ARCH} == "i386" - -.include "Makefile.inc" - -.PATH: ${LCRYPTO_SRC}/crypto/rc4/asm ${LCRYPTO_SRC}/crypto/rc5/asm \ - ${LCRYPTO_SRC}/crypto/des/asm ${LCRYPTO_SRC}/crypto/cast/asm \ - ${LCRYPTO_SRC}/crypto/sha/asm ${LCRYPTO_SRC}/crypto/bn/asm \ - ${LCRYPTO_SRC}/crypto/bf/asm ${LCRYPTO_SRC}/crypto/md5/asm \ - ${LCRYPTO_SRC}/crypto/ripemd/asm - -PERLPATH= ${LCRYPTO_SRC}/crypto/des/asm:${LCRYPTO_SRC}/crypto/perlasm - -# blowfish -SRCS= bf-686.pl bf-586.pl - -# bn -SRCS+= bn-586.pl co-586.pl - -# cast -SRCS+= cast-586.pl - -# des -SRCS+= des-586.pl crypt586.pl - -# md5 -SRCS+= md5-586.pl - -# rc4 -SRCS+= rc4-586.pl - -# rc5 -SRCS+= rc5-586.pl - -# ripemd -SRCS+= rmd-586.pl - -# sha -SRCS+= sha1-586.pl - -ASM= ${SRCS:S/.pl/.s/} - -all: ${ASM} - -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} - -.cmt.s: - tr -d "'" < ${.IMPSRC} > ${.TARGET} - -.include -.endif -- 2.41.0