diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-03-22 20:42:05 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-03-22 20:42:05 +0000 |
| commit | 6a75ff16edd41c8ecdc6c17c2445fcc472ddea4d (patch) | |
| tree | caff021b68fc4063e9faa842c5b90dbaa19db1c1 /secure/lib/libssh | |
| parent | d8b92da88ba5186b980d9ead6454e739d7e63a73 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh')
| -rw-r--r-- | secure/lib/libssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 6a4231d45acc..374a391d7b32 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -20,7 +20,7 @@ SRCS= acss.c authfd.c authfile.c bufaux.c buffer.c \ # Portability layer SRCS+= bsd-closefrom.c bsd-misc.c getrrsetbyname.c \ - strtonum.c vis.c xcrypt.c xmmap.c + port-tun.c strtonum.c vis.c xcrypt.c xmmap.c # FreeBSD additions SRCS+= version.c |
