diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-05 19:36:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-05 19:36:26 +0000 |
commit | 3d440251017e0a5e603ce2a99fe25dd3108ad272 (patch) | |
tree | fbb792ef54e26896243f4e07fe0a81dc7854ca51 /net/Makefile | |
parent | Chase master-site (diff) |
Add gnomenettool after a repo-copy from gnomenetwork. Gnome-nettool is the
netinfo piece of gnome-network broken out into its own distribution.
Gnome-nettool is a MacOS X-like Network Utility that disaplys interface
information as well as front-ends many useful network tools like ping,
netstat, traceroute, host, finger, and whois.
Notes
Notes:
svn path=/head/; revision=112985
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 bc1b4ac38da4..25d1a70609e0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -168,6 +168,7 @@ SUBDIR += gnomeicu2 SUBDIR += gnomemeeting SUBDIR += gnomenetstatus + SUBDIR += gnomenettool SUBDIR += gnomenetwork SUBDIR += gnometelnet SUBDIR += gnosamba |