diff options
author | sjg <sjg@FreeBSD.org> | 2013-10-13 00:24:00 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-10-13 00:24:00 +0000 |
commit | 292ec5d30116249866ff9372c7f251c8b80bc68a (patch) | |
tree | fd051d63a6cb6beb1d8b5e4cf627a3b579cc3a7f /secure/usr.bin/ssh-keyscan | |
parent | a5de61803fa4ecb0ce4fc862691339e982333ab2 (diff) | |
download | FreeBSD-src-292ec5d30116249866ff9372c7f251c8b80bc68a.zip FreeBSD-src-292ec5d30116249866ff9372c7f251c8b80bc68a.tar.gz |
Updated dependencies
Diffstat (limited to 'secure/usr.bin/ssh-keyscan')
-rw-r--r-- | secure/usr.bin/ssh-keyscan/Makefile.depend | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/secure/usr.bin/ssh-keyscan/Makefile.depend b/secure/usr.bin/ssh-keyscan/Makefile.depend index e31fa30..9ec443c 100644 --- a/secure/usr.bin/ssh-keyscan/Makefile.depend +++ b/secure/usr.bin/ssh-keyscan/Makefile.depend @@ -7,11 +7,23 @@ DIRDEPS = \ include \ include/arpa \ include/xlocale \ + kerberos5/lib/libasn1 \ + kerberos5/lib/libheimbase \ + kerberos5/lib/libheimipcc \ + kerberos5/lib/libhx509 \ + kerberos5/lib/libkrb5 \ + kerberos5/lib/libroken \ + kerberos5/lib/libwind \ lib/${CSU_DIR} \ lib/libc \ + lib/libcom_err \ lib/libcompiler_rt \ lib/libcrypt \ + lib/libgssapi \ + lib/libldns \ + lib/libmd \ lib/libpam/libpam \ + lib/libthr \ lib/libutil \ lib/libz \ secure/lib/libcrypto \ |