diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-05-27 01:25:57 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-05-27 01:25:57 +0000 |
commit | bfea4ad2d9a4049d4c6f497b62a0c6ae83e48ec9 (patch) | |
tree | 1434eba4717e1242297692743bfcc27b1ded816c /net/Makefile | |
parent | Give the user a more specific URL to download the distfile at, it's hard (diff) |
Add libdnet, a simplified, portable interface to low-level networking
routines. Complement to pcap.
PR: 37118
Submitted by: Dominic Marks <dominic_marks@btinternet.com>
Notes
Notes:
svn path=/head/; revision=60054
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 2bf9068bb229..738aa3a9003a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -213,6 +213,7 @@ SUBDIR += lam SUBDIR += lambdamoo SUBDIR += ldapsdk + SUBDIR += libdnet SUBDIR += libfreenet SUBDIR += libicq SUBDIR += libicq2000 |