diff options
author | pat <pat@FreeBSD.org> | 2002-01-31 05:02:46 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-31 05:02:46 +0800 |
commit | d7e6ab8042da59ade6c64340710d2a5e550531ad (patch) | |
tree | f4bf5bb5554ccf6b99fc99f1b4344499ec5851ea /net/Makefile | |
parent | 0d4884a17b78bb0533a36a6e2d0c235313f2d508 (diff) | |
download | freebsd-ports-gnome-d7e6ab8042da59ade6c64340710d2a5e550531ad.tar.gz freebsd-ports-gnome-d7e6ab8042da59ade6c64340710d2a5e550531ad.tar.zst freebsd-ports-gnome-d7e6ab8042da59ade6c64340710d2a5e550531ad.zip |
Add port net/ipv6calc - a utility to convert, change and calculate with
IPv6 addresses
PR: 34441
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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 066bd698f0dd..b83a128b1134 100644 --- a/net/Makefile +++ b/net/Makefile @@ -176,6 +176,7 @@ SUBDIR += ipfw-graph SUBDIR += iplog SUBDIR += ipsorc + SUBDIR += ipv6calc SUBDIR += ipw SUBDIR += isc-dhcp3 SUBDIR += isic |