diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2012-11-08 21:24:17 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2012-11-08 21:24:17 +0000 |
| commit | 7cd2dcf07629713e5a3d60472cfe4701b705a167 (patch) | |
| tree | b5c84f0fffb4afc526cfc112218fc0eb81a3021a /secure/lib/libssh | |
| parent | c9b6e5b40b3af2fc12dda4fdf87722208b13e99e (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh')
| -rw-r--r-- | secure/lib/libssh/Makefile.depend | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/secure/lib/libssh/Makefile.depend b/secure/lib/libssh/Makefile.depend index 2470419853e5..3e41c000ef0c 100644 --- a/secure/lib/libssh/Makefile.depend +++ b/secure/lib/libssh/Makefile.depend @@ -5,14 +5,24 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DEP_MACHINE := ${.PARSEFILE:E} DIRDEPS = \ + gnu/lib/libgcc \ include \ include/arpa \ include/xlocale \ kerberos5/lib/libasn1 \ + kerberos5/lib/libhx509 \ kerberos5/lib/libkrb5 \ + kerberos5/lib/libroken \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcom_err \ + lib/libcrypt \ + lib/libgssapi \ + lib/libmd \ lib/libpam/libpam \ lib/libutil \ lib/libz \ + secure/lib/libcrypto \ .include <dirdeps.mk> |
