diff options
author | kris <kris@FreeBSD.org> | 2000-02-14 08:09:52 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-14 08:09:52 +0000 |
commit | 85bfffb077b8f494b20020b834ec4371ee0e4a9c (patch) | |
tree | 9d494009b3e28a4df33f378836137e25bff06604 /secure | |
parent | 84f8a9f6d245dbdffe46948561f382519b7de4a1 (diff) | |
download | FreeBSD-src-85bfffb077b8f494b20020b834ec4371ee0e4a9c.zip FreeBSD-src-85bfffb077b8f494b20020b834ec4371ee0e4a9c.tar.gz |
Back out the previous commit - it broke world and was not approved.
I don't know what I was thinking committing without approval - sorry.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.bin/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile index 11d4e1f..6f47de5 100644 --- a/secure/usr.bin/openssl/Makefile +++ b/secure/usr.bin/openssl/Makefile @@ -4,7 +4,7 @@ PROG= openssl MAINTAINER= kris -LDADD= -L/usr/lib -lssl -lcrypto +LDADD= -lssl -lcrypto NOMAN= noman OPENSSL_SRC= ${.CURDIR}/../../../crypto/openssl/apps @@ -17,7 +17,7 @@ LOCALBASE?= /usr/local CFLAGS+= -DNO_RSA -DNO_SSL2 .else CFLAGS+= -DRSAref -LDADD+= -L${LOCALBASE}/lib -lRSAglue -lrsaref +LDADD+= -lRSAglue ${LOCALBASE}/lib/librsaref.a .endif SRCS= apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c dgst.c dh.c \ |