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 /usr.bin/ssh/sshd/Makefile | |
parent | 34a5aeec388497fe42f2fc40a3d605ddeac87628 (diff) |
DPADD; mickey
Diffstat (limited to 'usr.bin/ssh/sshd/Makefile')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |