diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-10-24 13:31:37 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-10-24 13:31:37 +0000 |
commit | 947b7bbd443a6641907ac35b4c2718ad04372e91 (patch) | |
tree | 93bedf17ec68c81dca13c3d0c4404b780fe83b8e /net/Makefile | |
parent | 61de58e18906ec61c1dc348c5485f6cba254640d (diff) |
First public release of the mpd-5.x branch.
The main goal of this branch is to implement new
operation principles based on dynamic on-demand
links/bundles creation.
Repocopied from: net/mpd4
Repocopied by: marcus
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=201918
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 0aa74cd60eee..3780109e23fd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -323,6 +323,7 @@ SUBDIR += morebalance SUBDIR += mpd SUBDIR += mpd4 + SUBDIR += mpd5 SUBDIR += mpich SUBDIR += mpich2 SUBDIR += mping |