forked from Lainports/freebsd-ports
ports-based OpenSSH. OpenSSH has been in the base system for more than long enough to justify not having to maintain two separate FreeBSD versions of OpenSSH.
18 lines
382 B
Text
18 lines
382 B
Text
--- ssh-agent/Makefile.orig Thu Jun 29 14:35:48 2000
|
|
+++ ssh-agent/Makefile Sat Nov 4 17:06:34 2000
|
|
@@ -5,12 +5,12 @@
|
|
|
|
BINMODE?=555
|
|
|
|
-BINDIR= /usr/bin
|
|
-MAN= ssh-agent.1
|
|
+BINDIR= /bin
|
|
+MAN1= ssh-agent.1
|
|
|
|
SRCS= ssh-agent.c log-client.c
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
-LDADD+= -lcrypto -lutil -lz
|
|
+LDADD+= ${CRYPTOLIBS} -lutil -lz
|
|
DPADD+= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ}
|