From afccab52826226a463139da3bda9ed2d2983a000 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 6 Nov 2002 22:54:58 +0000 Subject: Style sync with rest of FreeBSD. --- secure/lib/libcrypto/Makefile.asm | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'secure/lib/libcrypto/Makefile.asm') diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index f0b0ebc..925e9b1 100644 --- a/secure/lib/libcrypto/Makefile.asm +++ b/secure/lib/libcrypto/Makefile.asm @@ -8,18 +8,16 @@ .include "Makefile.inc" -.PATH: ${LCRYPTO_SRC}/rc4/asm ${LCRYPTO_SRC}/rc5/asm \ - ${LCRYPTO_SRC}/des/asm ${LCRYPTO_SRC}/cast/asm \ - ${LCRYPTO_SRC}/sha/asm ${LCRYPTO_SRC}/bn/asm \ - ${LCRYPTO_SRC}/bf/asm ${LCRYPTO_SRC}/md5/asm \ - ${LCRYPTO_SRC}/ripemd/asm -PERLPATH= ${LCRYPTO_SRC}/des/asm:${LCRYPTO_SRC}/perlasm +.PATH: ${LCRYPTO_SRC}/rc4/asm ${LCRYPTO_SRC}/rc5/asm \ + ${LCRYPTO_SRC}/des/asm ${LCRYPTO_SRC}/cast/asm \ + ${LCRYPTO_SRC}/sha/asm ${LCRYPTO_SRC}/bn/asm \ + ${LCRYPTO_SRC}/bf/asm ${LCRYPTO_SRC}/md5/asm \ + ${LCRYPTO_SRC}/ripemd/asm -SRCS= +PERLPATH= ${LCRYPTO_SRC}/des/asm:${LCRYPTO_SRC}/perlasm # blowfish -SRCS+= bf-686.pl -SRCS+= bf-586.pl +SRCS= bf-686.pl bf-586.pl # bn SRCS+= bn-586.pl co-586.pl @@ -58,6 +56,5 @@ CLEANFILES+= ${SRCS:M*.pl:S/.pl$/.cmt/} ${SRCS:M*.pl:S/.pl$/.s/} .cmt.s: tr -d "'" < ${.IMPSRC} > ${.TARGET} - .include .endif -- cgit v1.1