summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh-keyscan
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-05-27 01:19:58 +0000
committersjg <sjg@FreeBSD.org>2015-05-27 01:19:58 +0000
commit65145fa4c81da358fcbc3b650156dab705dfa34e (patch)
tree55c065b6730aaac2afb6c29933ee6ec5fa4c4249 /secure/usr.bin/ssh-keyscan
parent60ff4eb0dff94a04d75d0d52a3957aaaf5f8c693 (diff)
parente6b664c390af88d4a87208bc042ce503da664c3b (diff)
downloadFreeBSD-src-65145fa4c81da358fcbc3b650156dab705dfa34e.zip
FreeBSD-src-65145fa4c81da358fcbc3b650156dab705dfa34e.tar.gz
Merge sync of head
Diffstat (limited to 'secure/usr.bin/ssh-keyscan')
-rw-r--r--secure/usr.bin/ssh-keyscan/Makefile7
-rw-r--r--secure/usr.bin/ssh-keyscan/Makefile.depend11
2 files changed, 2 insertions, 16 deletions
diff --git a/secure/usr.bin/ssh-keyscan/Makefile b/secure/usr.bin/ssh-keyscan/Makefile
index 4465918..b6b5060 100644
--- a/secure/usr.bin/ssh-keyscan/Makefile
+++ b/secure/usr.bin/ssh-keyscan/Makefile
@@ -6,9 +6,7 @@ PROG= ssh-keyscan
SRCS= ssh-keyscan.c roaming_dummy.c
CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
-DPADD= ${LIBSSH}
-LDADD= ${LDSSH}
-USEPRIVATELIB= ssh
+LIBADD= ssh
.if ${MK_LDNS} != "no"
CFLAGS+= -DHAVE_LDNS=1
@@ -17,9 +15,6 @@ CFLAGS+= -DHAVE_LDNS=1
#USEPRIVATELIB+= ldns
.endif
-DPADD+= ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
-LDADD+= -lcrypt -lcrypto -lz
-
.include <bsd.prog.mk>
.PATH: ${SSHDIR}
diff --git a/secure/usr.bin/ssh-keyscan/Makefile.depend b/secure/usr.bin/ssh-keyscan/Makefile.depend
index 6a5cf9c..3f50378 100644
--- a/secure/usr.bin/ssh-keyscan/Makefile.depend
+++ b/secure/usr.bin/ssh-keyscan/Makefile.depend
@@ -8,21 +8,12 @@ DIRDEPS = \
include \
include/arpa \
include/xlocale \
- kerberos5/lib/libasn1 \
- kerberos5/lib/libheimbase \
- 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/libmd \
+ lib/libldns \
lib/libpam/libpam \
- lib/libthr \
lib/libutil \
lib/libz \
secure/lib/libcrypto \
OpenPOWER on IntegriCloud