summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-08-28 15:03:11 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-08-28 15:03:11 +0000
commit02bb2a078e660547225bc1483d9f7c6905f38360 (patch)
tree6f62d65d97c2f4f6ca7d2240978557bd1c5e084e /secure/lib/libcrypto/Makefile
parenta5c8d0424be1b289a1d47240266c6ad9ff009f58 (diff)
downloadFreeBSD-src-02bb2a078e660547225bc1483d9f7c6905f38360.zip
FreeBSD-src-02bb2a078e660547225bc1483d9f7c6905f38360.tar.gz
Repair some build breakage introduced in r211725 and garbage collect some
code made obsolete in the same commit.
Diffstat (limited to 'secure/lib/libcrypto/Makefile')
-rw-r--r--secure/lib/libcrypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index af48d70..0c01905 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -351,7 +351,7 @@ buildinf.h: ${.CURDIR}/Makefile
( echo "#ifndef MK1MF_BUILD"; \
echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
echo " #define CFLAGS \"$(CC)\""; \
- echo " #define PLATFORM \"FreeBSD-${MACHINE_CPUARCH}\""; \
+ echo " #define PLATFORM \"FreeBSD-${MACHINE_ARCH}\""; \
echo "#endif" ) > ${.TARGET}
opensslconf.h: opensslconf-${MACHINE_CPUARCH}.h
OpenPOWER on IntegriCloud