From 0c56c384d684cc8aa3e2ef3962e5a7f50a052d96 Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Tue, 10 Nov 2009 09:45:43 +0000 Subject: Fix globbing Noticed by: delphij, David Cornejo Forgotten by: des --- secure/lib/libssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure/lib/libssh/Makefile') diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index ecc1a928165e..32b5069b751d 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -19,7 +19,7 @@ SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \ # compiled directly into sshd instead. # Portability layer -SRCS+= bsd-misc.c fmt_scaled.c getrrsetbyname.c \ +SRCS+= bsd-misc.c fmt_scaled.c getrrsetbyname.c glob.c \ openssl-compat.c port-tun.c strtonum.c vis.c xcrypt.c xmmap.c # FreeBSD additions SRCS+= version.c -- cgit v1.3