Install `storj-admin' program (missed in r537886).
This commit is contained in:
parent
468c3bd51c
commit
5691b77306
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537892
2 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,8 @@ USE_GITHUB= yes
|
||||||
.include "${.CURDIR}/Makefile.deps"
|
.include "${.CURDIR}/Makefile.deps"
|
||||||
|
|
||||||
STORJ_CMDS= certificates identity inspector satellite segment-reaper \
|
STORJ_CMDS= certificates identity inspector satellite segment-reaper \
|
||||||
storagenode storagenode-updater storj-sim uplink \
|
storagenode storagenode-updater storj-admin storj-sim \
|
||||||
versioncontrol
|
uplink versioncontrol
|
||||||
|
|
||||||
GO_TARGET= ${STORJ_CMDS:S,^,./cmd/,}
|
GO_TARGET= ${STORJ_CMDS:S,^,./cmd/,}
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@ bin/satellite
|
||||||
bin/segment-reaper
|
bin/segment-reaper
|
||||||
bin/storagenode
|
bin/storagenode
|
||||||
bin/storagenode-updater
|
bin/storagenode-updater
|
||||||
|
bin/storj-admin
|
||||||
bin/storj-identity
|
bin/storj-identity
|
||||||
bin/storj-sim
|
bin/storj-sim
|
||||||
bin/uplink
|
bin/uplink
|
||||||
|
|
Loading…
Reference in a new issue