aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/ssh
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2013-09-08 10:04:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2013-09-08 10:04:26 +0000
commit0b2766bd4edd70dd3b9cd8ac37d36b4b5a5c297a (patch)
treef2835476e45d4ca44151693a34601050c9a00415 /secure/usr.bin/ssh
parent773eec475a6d8cbc2a17011d417834b66d7c10c5 (diff)
Notes
Diffstat (limited to 'secure/usr.bin/ssh')
-rw-r--r--secure/usr.bin/ssh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile
index 0bee10cbc012..a5e580879d6b 100644
--- a/secure/usr.bin/ssh/Makefile
+++ b/secure/usr.bin/ssh/Makefile
@@ -18,6 +18,7 @@ SRCS+= gss-genr.c
DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ}
LDADD= -lssh -lutil -lz
+USEPRIVATELIB= ssh
.if ${MK_KERBEROS_SUPPORT} != "no"
CFLAGS+= -DGSSAPI -DHAVE_GSSAPI_GSSAPI_H=1 -DKRB5 -DHEIMDAL