diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-29 12:27:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-29 12:27:41 +0000 |
commit | 4e3506fad0e451ec9e21f37744ee1cc9621b336c (patch) | |
tree | 488b8cc89a770f3c6c95fbaec6b1078a3d0451ad | |
parent | 34a5aeec388497fe42f2fc40a3d605ddeac87628 (diff) |
DPADD; mickey
-rw-r--r-- | usr.bin/ssh/ssh-add/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/ssh/ssh-agent/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/ssh/ssh-keygen/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/ssh/ssh/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/ssh/ssh-add/Makefile b/usr.bin/ssh/ssh-add/Makefile index 5a751c80f84..73ab77826c0 100644 --- a/usr.bin/ssh/ssh-add/Makefile +++ b/usr.bin/ssh/ssh-add/Makefile @@ -5,6 +5,7 @@ BINOWN= root BINMODE=555 BINDIR= /usr/bin LDADD= -lkrb -lcrypto -ldes -lutil -lz +DPADD= ${LIBKRB} ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} MAN= ssh-add.1 SRCS= ssh-add.c log-client.c readpass.c rsa.c ssh_md5.c buffer.c \ diff --git a/usr.bin/ssh/ssh-agent/Makefile b/usr.bin/ssh/ssh-agent/Makefile index 8639b2ecf37..8306e1a36cf 100644 --- a/usr.bin/ssh/ssh-agent/Makefile +++ b/usr.bin/ssh/ssh-agent/Makefile @@ -5,6 +5,7 @@ BINOWN= root BINMODE=555 BINDIR= /usr/bin LDADD= -lkrb -lcrypto -ldes -lutil -lz +DPADD= ${LIBKRB} ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} MAN= ssh-agent.1 SRCS= ssh-agent.c log-client.c rsa.c ssh_md5.c buffer.c \ diff --git a/usr.bin/ssh/ssh-keygen/Makefile b/usr.bin/ssh/ssh-keygen/Makefile index c2fcf2451ae..b0dcbdce4a2 100644 --- a/usr.bin/ssh/ssh-keygen/Makefile +++ b/usr.bin/ssh/ssh-keygen/Makefile @@ -5,6 +5,7 @@ BINOWN= root BINMODE=555 BINDIR= /usr/bin LDADD= -lkrb -lcrypto -ldes -lutil -lz +DPADD= ${LIBKRB} ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} MAN= ssh-keygen.1 SRCS= ssh-keygen.c log-client.c readpass.c rsa.c ssh_md5.c \ diff --git a/usr.bin/ssh/ssh/Makefile b/usr.bin/ssh/ssh/Makefile index 2f02fa1d4d8..6d131b806c9 100644 --- a/usr.bin/ssh/ssh/Makefile +++ b/usr.bin/ssh/ssh/Makefile @@ -5,6 +5,7 @@ BINOWN= root BINMODE=4555 BINDIR= /usr/bin LDADD= -lkrb -lcrypto -ldes -lutil -lz +DPADD= ${LIBKRB} ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} MAN= ssh.1 LINKS= ${BINDIR}/ssh ${BINDIR}/slogin MLINKS= ssh.1 slogin.1 diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index 5381e93e4c5..98b830e22ac 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -5,6 +5,7 @@ BINOWN= root BINMODE=555 BINDIR= /usr/sbin LDADD= -lkrb -lcrypto -ldes -lutil -lz +DPADD= ${LIBKRB} ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} MAN= sshd.8 SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ |