freebsd-ports/security/openssh/files/patch-ssh-add-Makefile

18 lines
308 B
Text

--- ssh-add/Makefile.orig Sun Mar 4 01:51:25 2001
+++ ssh-add/Makefile Sat May 26 14:56:29 2001
@@ -7,12 +7,12 @@
BINMODE?=555
-BINDIR= /usr/bin
-MAN= ssh-add.1
+BINDIR= /bin
+MAN1= ssh-add.1
SRCS= ssh-add.c
.include <bsd.prog.mk>
-LDADD+= -lcrypto
+LDADD+= ${CRYPTOLIBS}
DPADD+= ${LIBCRYPTO}