summaryrefslogtreecommitdiffstats
path: root/secure/libexec/ssh-keysign/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2005-06-06 16:13:07 +0000
committerdes <des@FreeBSD.org>2005-06-06 16:13:07 +0000
commit6ea5ed6d7a4b4ffc84eeac2b3c15a7a696e9a89e (patch)
treefc0d891fb78693b9d28a32724c77136823e79d08 /secure/libexec/ssh-keysign/Makefile
parent833755d1b8037e4977cb01dee314f94a268dd21a (diff)
downloadFreeBSD-src-6ea5ed6d7a4b4ffc84eeac2b3c15a7a696e9a89e.zip
FreeBSD-src-6ea5ed6d7a4b4ffc84eeac2b3c15a7a696e9a89e.tar.gz
Make libssh an INTERNALLIB like it is in {Net,Open}BSD.
Diffstat (limited to 'secure/libexec/ssh-keysign/Makefile')
-rw-r--r--secure/libexec/ssh-keysign/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/secure/libexec/ssh-keysign/Makefile b/secure/libexec/ssh-keysign/Makefile
index 3f2ed51..24bf29e 100644
--- a/secure/libexec/ssh-keysign/Makefile
+++ b/secure/libexec/ssh-keysign/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+LIBSSH= ${.OBJDIR}/../../lib/libssh/libssh.a
+
PROG= ssh-keysign
SRCS= ssh-keysign.c readconf.c
MAN= ssh-keysign.8
@@ -9,7 +11,7 @@ BINMODE=4511
.endif
DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
-LDADD= -lssh -lcrypt -lcrypto -lz
+LDADD= ${LIBSSH} -lcrypt -lcrypto -lz
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud