diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-07-19 10:48:43 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-19 10:48:43 +0000 |
commit | dc8d4f33864d5a27a6b5c71cd77fa4d46e8a4559 (patch) | |
tree | 8db76bffb8f8fbb45352762a34b640b3b48e128e /net/Makefile | |
parent | bcdd84a67f8411ed07890f9bfe7f6d8618f5e621 (diff) |
Add cidr-2.3, a RFC 1878 subnet calculator / helper.
PR: 20010
Submitted by: Domas Mituzas <midom@dammit.lt>
Notes
Notes:
svn path=/head/; revision=30844
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 dc43f441de6b..7bea83701ffa 100644 --- a/net/Makefile +++ b/net/Makefile @@ -21,6 +21,7 @@ SUBDIR += cap SUBDIR += centericq SUBDIR += choparp + SUBDIR += cidr SUBDIR += ciscoconf SUBDIR += citrix_ica SUBDIR += clog |