diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-10-05 12:50:47 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-10-05 12:50:47 +0000 |
commit | 716f101ac085fa11286ab94825cec8b17b0255e9 (patch) | |
tree | 17ed4fd8a968a612071204c154e0c1d7cbc52a3e /dns/Makefile | |
parent | 6e64dfcdd39ad2c6df636424744f9df98eb54b10 (diff) |
Add sshfp, generate SSHFP DNS records from knownhosts files or ssh-keyscan
Notes
Notes:
svn path=/head/; revision=174533
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 02e78e74113b..d3a5dc13da4c 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -100,6 +100,7 @@ SUBDIR += skadns SUBDIR += sleuth SUBDIR += sqldjbdns + SUBDIR += sshfp SUBDIR += staticcharge SUBDIR += tinystats SUBDIR += totd |