diff options
Diffstat (limited to 'src/usr.sbin/openssl/Makefile')
-rw-r--r-- | src/usr.sbin/openssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile index 0acdf58594..0413ca3117 100644 --- a/src/usr.sbin/openssl/Makefile +++ b/src/usr.sbin/openssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.15 2004/01/28 17:46:05 deraadt Exp $ | 1 | # $OpenBSD: Makefile,v 1.16 2004/02/27 17:36:18 deraadt Exp $ |
2 | 2 | ||
3 | PROG= openssl | 3 | PROG= openssl |
4 | LDADD= -lssl -lcrypto | 4 | LDADD= -lssl -lcrypto |
@@ -9,8 +9,8 @@ SSLEAYDIST= lib/libssl/src | |||
9 | SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps | 9 | SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps |
10 | SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} | 10 | SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} |
11 | 11 | ||
12 | .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64") || \ | 12 | .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "vax" || \ |
13 | (${MACHINE_ARCH} == "vax") | 13 | ${MACHINE_ARCH} == "amd64" |
14 | 14 | ||
15 | CFLAGS+= -DL_ENDIAN | 15 | CFLAGS+= -DL_ENDIAN |
16 | .else | 16 | .else |