Browse Source

add a target for updating the libssh2 tree...

remotes/client/ssh-main
John-Mark Gurney 3 years ago
parent
commit
897e2fb09b
1 changed files with 3 additions and 0 deletions
  1. +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>

Loading…
Cancel
Save