From 85bfffb077b8f494b20020b834ec4371ee0e4a9c Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 14 Feb 2000 08:09:52 +0000 Subject: Back out the previous commit - it broke world and was not approved. I don't know what I was thinking committing without approval - sorry. --- secure/usr.bin/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure') 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 \ -- cgit v1.1