diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-13 18:42:29 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-13 18:42:29 +0800 |
commit | 543795cf34a41751f6afa944bdb535bce7134a75 (patch) | |
tree | 6c5a8880f56ea5d6ed9ae9c5b6411db6dcea5803 /net/Makefile | |
parent | 516e734ab59c4e19792290794d9a89f530b7954b (diff) | |
download | freebsd-ports-graphics-543795cf34a41751f6afa944bdb535bce7134a75.tar.gz freebsd-ports-graphics-543795cf34a41751f6afa944bdb535bce7134a75.tar.zst freebsd-ports-graphics-543795cf34a41751f6afa944bdb535bce7134a75.zip |
add librsync
Library for delta compression of streams
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 838f92e3fd0..fceb1238ce7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -141,6 +141,7 @@ SUBDIR += libicq SUBDIR += libnet SUBDIR += libnids + SUBDIR += librsync SUBDIR += libsmi SUBDIR += libsocket++ SUBDIR += libunp |