diff options
author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2013-07-16 20:35:20 +0000 |
---|---|---|
committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2013-07-16 20:35:20 +0000 |
commit | d4ba53c21b0562e38efb63ad24e759affc801801 (patch) | |
tree | 26d16bd76455da54eaf6174a167ceb1260e86c81 /dns/Makefile | |
parent | 95f72837be3f9b66605159c29d88dbf7626c764c (diff) | |
download | ports-d4ba53c21b0562e38efb63ad24e759affc801801.tar.gz ports-d4ba53c21b0562e38efb63ad24e759affc801801.zip |
HostDB is a system for generating internal DNS zones,
external DNS zones, and DHCP configuration data from the
same hostdb.txt file.
WWW: http://everythingsysadmin.com/hostdb/
http://code.google.com/p/hostdb/
PR: ports/180589
Submitted by: Craig Rodrigues <rodrigc@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=323125
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 e3a574c0a47e..df25e5231b0e 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -55,6 +55,7 @@ SUBDIR += geta SUBDIR += ghtool SUBDIR += hesiod + SUBDIR += hostdb SUBDIR += idnkit SUBDIR += idnkit2 SUBDIR += inadyn |