diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-10-19 03:29:21 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-10-19 03:29:21 +0000 |
commit | 57519958a0149827bcbae9c911f13e75bd582a9a (patch) | |
tree | 3f6d3e2b7a59c869f2430a146f296519ec6b35c1 /net/Makefile | |
parent | 88117ba8ea659f80cd4789a2825e476109cd67c6 (diff) |
Add net/megacmd
Command Line Interactive and Scriptable Application to access MEGA
PR: 231485
Submitted by: kikadf <kikadf.01@gmail.com>
Daniel Menelkir <menelkir@itroll.org>
Notes
Notes:
svn path=/head/; revision=552707
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 98868857ee82..f3f8968afe97 100644 --- a/net/Makefile +++ b/net/Makefile @@ -426,6 +426,7 @@ SUBDIR += measurement-kit SUBDIR += mediastreamer SUBDIR += mediatomb + SUBDIR += megacmd SUBDIR += megatools SUBDIR += messagelib SUBDIR += mgen |