diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-14 12:25:00 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-14 12:25:00 +0000 |
| commit | 715430f81dc6a94e9ffbc92f3e50bd7feefd48e2 (patch) | |
| tree | 0cb87016b805eb1c19681ca9085a7381c06222be /secure/lib/libcrypto/Makefile.asm | |
| parent | 7ec37597d30cf0b1da68cda91c8b996fb9b34139 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypto/Makefile.asm')
| -rw-r--r-- | secure/lib/libcrypto/Makefile.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index 925e9b1f6ea7a..57d07d4dbc9ba 100644 --- a/secure/lib/libcrypto/Makefile.asm +++ b/secure/lib/libcrypto/Makefile.asm @@ -8,13 +8,13 @@ .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 +.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}/des/asm:${LCRYPTO_SRC}/perlasm +PERLPATH= ${LCRYPTO_SRC}/crypto/des/asm:${LCRYPTO_SRC}/crypto/perlasm # blowfish SRCS= bf-686.pl bf-586.pl |
