diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-04-05 10:31:32 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-04-05 10:31:32 +0800 |
commit | b8808f9484aa30472ae6b97031e5bc1154c88071 (patch) | |
tree | b3a56700b2da4fbfdf84d6e55c3ec63ff6f3c63e /net/Makefile | |
parent | 369c9846d9ab71c7e0208011fedb2b71db08b501 (diff) | |
download | freebsd-ports-graphics-b8808f9484aa30472ae6b97031e5bc1154c88071.tar.gz freebsd-ports-graphics-b8808f9484aa30472ae6b97031e5bc1154c88071.tar.zst freebsd-ports-graphics-b8808f9484aa30472ae6b97031e5bc1154c88071.zip |
Add libpdtp 0.1.20040325, client library for Peer Distributed Transfer
Protocol (PDTP).
XXX: This is for my evaluation purpose, not intended to be used by
public. :-)
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 af3208fdbd4..65aea7133b0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -269,6 +269,7 @@ SUBDIR += libosip SUBDIR += libosip2 SUBDIR += libpcap + SUBDIR += libpdtp SUBDIR += librsync SUBDIR += libsocket++ SUBDIR += libsocketcpp |