mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
6ea24563ed
Natively SSLtelnet works with SSLeay, only. PR: ports/12973 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> (maintainer)
12 lines
290 B
Diff
12 lines
290 B
Diff
--- Makefile.orig Thu Aug 5 09:03:59 1999
|
|
+++ Makefile Thu Aug 5 09:05:32 1999
|
|
@@ -98,7 +98,7 @@
|
|
|
|
#BSD386
|
|
CC += -DTERMCAP $(socksflags)
|
|
-LDADD = -ltermcap $(sockslib)
|
|
+LDADD = -L$(SSLTOP)/lib -lssl -lcrypto -lRSAglue -lrsaref -ltermcap $(sockslib)
|
|
|
|
all:
|
|
@-mkdir bin 2>/dev/null
|