diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-13 10:42:29 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-13 10:42:29 +0000 |
commit | 7a2c19d018fe03c917eaf82d83c4a122c5603467 (patch) | |
tree | 6e1f872f8221d344964a573fea0e50870a161f9b /net/Makefile | |
parent | e8b893c91b7f0365366d583cdace62ba8888854c (diff) | |
download | ports-7a2c19d018fe03c917eaf82d83c4a122c5603467.tar.gz ports-7a2c19d018fe03c917eaf82d83c4a122c5603467.zip |
add librsync
Library for delta compression of streams
Notes
Notes:
svn path=/head/; revision=39735
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 838f92e3fd05..fceb1238ce76 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 |