diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 18c744d706..330d32046a 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.32 2003/11/18 12:39:05 markus Exp $ | 1 | # $OpenBSD: Makefile,v 1.33 2003/11/19 21:06:45 millert Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -281,7 +281,7 @@ SSLASM=\ | |||
281 | SRCS+= ${f}.S | 281 | SRCS+= ${f}.S |
282 | GENERATED+=${f}.S | 282 | GENERATED+=${f}.S |
283 | ${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl ${LCRYPTO_SRC}/perlasm/x86unix.pl | 283 | ${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl ${LCRYPTO_SRC}/perlasm/x86unix.pl |
284 | /usr/bin/perl -I${LCRYPTO_SRC}/perlasm:${LCRYPTO_SRC}/${dir}/asm \ | 284 | /usr/bin/perl -I${LCRYPTO_SRC}/perlasm -I${LCRYPTO_SRC}/${dir}/asm \ |
285 | ${LCRYPTO_SRC}/${dir}/asm/${f}.pl openbsd-elf 386 > ${.TARGET} | 285 | ${LCRYPTO_SRC}/${dir}/asm/${f}.pl openbsd-elf 386 > ${.TARGET} |
286 | .endfor | 286 | .endfor |
287 | SRCS+= bf_cbc.c | 287 | SRCS+= bf_cbc.c |