diff options
-rw-r--r-- | src/usr.sbin/openssl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile index d8f94326b9..0acdf58594 100644 --- a/src/usr.sbin/openssl/Makefile +++ b/src/usr.sbin/openssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.14 2003/11/12 21:15:03 markus Exp $ | 1 | # $OpenBSD: Makefile,v 1.15 2004/01/28 17:46:05 deraadt Exp $ |
2 | 2 | ||
3 | PROG= openssl | 3 | PROG= openssl |
4 | LDADD= -lssl -lcrypto | 4 | LDADD= -lssl -lcrypto |
@@ -9,8 +9,9 @@ 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} == "arc") || (${MACHINE_ARCH} == "i386") || \ | 12 | .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64") || \ |
13 | (${MACHINE_ARCH} == "vax") || (${MACHINE_ARCH} == "pmax") | 13 | (${MACHINE_ARCH} == "vax") |
14 | |||
14 | CFLAGS+= -DL_ENDIAN | 15 | CFLAGS+= -DL_ENDIAN |
15 | .else | 16 | .else |
16 | .if ${MACHINE_ARCH} == "alpha" | 17 | .if ${MACHINE_ARCH} == "alpha" |