summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ssh-add-Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-03-12 17:54:07 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-03-12 17:54:07 +0000
commit5b2b1d78087f359682131bd6d150db0b610ca073 (patch)
treeb0986b781d9c6940acbec4cf330d892e0f8c220e /security/openssh/files/patch-ssh-add-Makefile
parentcreate ssh_config-dist and sshd_config-dist (diff)
Rename Patches to make navigation much more easier.
Notes
Notes: svn path=/head/; revision=55941
Diffstat (limited to 'security/openssh/files/patch-ssh-add-Makefile')
-rw-r--r--security/openssh/files/patch-ssh-add-Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/openssh/files/patch-ssh-add-Makefile b/security/openssh/files/patch-ssh-add-Makefile
new file mode 100644
index 000000000000..e8998f956c92
--- /dev/null
+++ b/security/openssh/files/patch-ssh-add-Makefile
@@ -0,0 +1,18 @@
+--- 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}