aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2009-11-10 09:45:43 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2009-11-10 09:45:43 +0000
commit0c56c384d684cc8aa3e2ef3962e5a7f50a052d96 (patch)
treea617cd4b55e9230bf6f465d6690f4dbdec15e296 /secure
parentc574558f28d6aa70148e943b9a83dd7d206f7d78 (diff)
downloadsrc-0c56c384d684cc8aa3e2ef3962e5a7f50a052d96.tar.gz
src-0c56c384d684cc8aa3e2ef3962e5a7f50a052d96.zip
Fix globbing
Noticed by: delphij, David Cornejo <dave@dogwood.com> Forgotten by: des
Notes
Notes: svn path=/head/; revision=199131
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libssh/Makefile2
1 files changed, 1 insertions, 1 deletions
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