Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcrypto Use MACHINE_CPU rather than an (incomplete) su...
details: https://anonhg.NetBSD.org/src/rev/c73a03dfa785
branches: trunk
changeset: 514742:c73a03dfa785
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Sep 10 02:59:09 2001 +0000
description:
Use MACHINE_CPU rather than an (incomplete) substitution of
MACHINE_ARCH;.
diffstat:
lib/libcrypto/srcs.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 98121836d6ed -r c73a03dfa785 lib/libcrypto/srcs.inc
--- a/lib/libcrypto/srcs.inc Mon Sep 10 02:56:57 2001 +0000
+++ b/lib/libcrypto/srcs.inc Mon Sep 10 02:59:09 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: srcs.inc,v 1.9 2001/04/12 07:48:05 itojun Exp $
+# $NetBSD: srcs.inc,v 1.10 2001/09/10 02:59:09 thorpej Exp $
CRYPTOINCS= \
asn1.inc bf.inc bio.inc bn.inc buffer.inc cast.inc comp.inc conf.inc \
@@ -14,8 +14,8 @@
CRYPTOINCS+= man.inc
.for cryptoinc in ${CRYPTOINCS}
-.if exists(${.CURDIR}/arch/${MACHINE_ARCH:C/mipse[bl]/mips/}/${cryptoinc})
-.include "${.CURDIR}/arch/${MACHINE_ARCH:C/mipse[bl]/mips/}/${cryptoinc}"
+.if exists(${.CURDIR}/arch/${MACHINE_CPU}/${cryptoinc})
+.include "${.CURDIR}/arch/${MACHINE_CPU}/${cryptoinc}"
.else
.include "${cryptoinc}"
.endif
Home |
Main Index |
Thread Index |
Old Index