diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-25 09:09:33 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-25 09:09:33 +0000 |
commit | f072ef3d87faf4654323a314cbbd66a75d37e1b3 (patch) | |
tree | 613f0ca6f26d41d188099aa720f232d7807f03bd /net/Makefile | |
parent | Add unixstat-5.4, a statistics package designed for use with the Unix shell (diff) |
Add ip6_int-1.0, convert an IPv4/IPv6 address to an in-addr.arpa/ip6.int PTR
value
PR: 32178
Submitted by: Jean-Yves Lefort <jylefort@twist.frontis.net>
Notes
Notes:
svn path=/head/; revision=50519
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 575d7d5bb6e8..77b1ff251e04 100644 --- a/net/Makefile +++ b/net/Makefile @@ -161,6 +161,7 @@ SUBDIR += icqnix SUBDIR += icukrell SUBDIR += ip-tun + SUBDIR += ip6_int SUBDIR += ipcad SUBDIR += ipcalc SUBDIR += ipcheck |