diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-30 12:26:54 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-30 12:26:54 +0000 |
commit | 48dba8c86f6680dd4f27e5c50e16b8e69318bebd (patch) | |
tree | 8a032593c8db4ba8ad56d5de9bcc4fd748baa990 /net/Makefile | |
parent | This port build-depends on devel/mipsel-linux-binutils and (diff) |
Add host, an utility to query DNS servers (similar to one found in the BIND
distribution).
Notes
Notes:
svn path=/head/; revision=44587
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 ab8bfa95cb0c..342349be6f96 100644 --- a/net/Makefile +++ b/net/Makefile @@ -129,6 +129,7 @@ SUBDIR += h2n SUBDIR += hagelslag SUBDIR += hesiod + SUBDIR += host SUBDIR += hx SUBDIR += icb SUBDIR += icmpinfo |