diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-24 02:12:40 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-24 02:12:40 +0800 |
commit | c583253a649b11dfc854d6eb929c7f06810356ac (patch) | |
tree | e9e4f1c9a8af739cc08dfb68e40f69eea1e92a46 /dns/Makefile | |
parent | 2615854e1ddfb68bec1d7f7cd8450fa5729a09c0 (diff) | |
download | freebsd-ports-gnome-c583253a649b11dfc854d6eb929c7f06810356ac.tar.gz freebsd-ports-gnome-c583253a649b11dfc854d6eb929c7f06810356ac.tar.zst freebsd-ports-gnome-c583253a649b11dfc854d6eb929c7f06810356ac.zip |
Add gresolver, a graphical DNS query tool using GTK+. It allows system
administrators to quickly and easily make the most common DNS queries
without constructing lengthy dig commands.
PR: 73030
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index fd7e2d79f3cc..a8354a0ffc8d 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -34,6 +34,7 @@ SUBDIR += fpdns SUBDIR += geta SUBDIR += ghtool + SUBDIR += gresolver SUBDIR += h2n SUBDIR += hesiod SUBDIR += host |