summaryrefslogtreecommitdiff
path: root/secure/libexec
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2003-08-19 07:45:03 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2003-08-19 07:45:03 +0000
commitc45db693122433da0df840aecca85198f1eafb54 (patch)
treec28e9c9d142adf809043f102443528dfe3b32da6 /secure/libexec
parent0530edef90c1520ba1ec471d5d217861442a2718 (diff)
Notes
Diffstat (limited to 'secure/libexec')
-rw-r--r--secure/libexec/sftp-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/libexec/sftp-server/Makefile b/secure/libexec/sftp-server/Makefile
index e37f8f5592de..8f802309b5d2 100644
--- a/secure/libexec/sftp-server/Makefile
+++ b/secure/libexec/sftp-server/Makefile
@@ -5,8 +5,8 @@ SRCS= sftp-common.c sftp-server.c
MAN= sftp-server.8
CFLAGS+=-I${SSHDIR}
-DPADD+= ${LIBSSH} ${LIBCRYPTO}
-LDADD+= -lssh -lcrypto
+DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBZ}
+LDADD+= -lssh -lcrypto -lz
.include <bsd.prog.mk>