diff options
author | alex <alex@FreeBSD.org> | 2000-07-19 18:48:43 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-19 18:48:43 +0800 |
commit | ed3db9b676227bc4c2d1ba7b2783394f36804da8 (patch) | |
tree | e03d9a3a175d49e6ed6a876d40fd7028e9ec1d87 /net/Makefile | |
parent | 8e2f4d2d37f6fde5feb02a24f8936702d6ce4a76 (diff) | |
download | freebsd-ports-gnome-ed3db9b676227bc4c2d1ba7b2783394f36804da8.tar.gz freebsd-ports-gnome-ed3db9b676227bc4c2d1ba7b2783394f36804da8.tar.zst freebsd-ports-gnome-ed3db9b676227bc4c2d1ba7b2783394f36804da8.zip |
Add cidr-2.3, a RFC 1878 subnet calculator / helper.
PR: 20010
Submitted by: Domas Mituzas <midom@dammit.lt>
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 |