This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ggate
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
add a target for updating the libssh2 tree...
remotes/client/ssh-main
John-Mark Gurney
3 years ago
parent
718dd008f3
commit
897e2fb09b
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile
+ 3
- 0
Makefile
View File
@@ -22,4 +22,7 @@ dist:
@cd ${VERSION}/libssh2 && autoreconf -fi
@tar -cJf ${VERSION}.tar.xz ${VERSION}
updatelibssh2:
git subtree merge --squash -P libssh2 https://github.com/libssh2/libssh2.git master
.include <bsd.subdir.mk>
Write
Preview
Loading…
Cancel
Save