diff options
author | tron <tron@pkgsrc.org> | 2014-07-26 19:57:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-07-26 19:57:59 +0000 |
commit | 364295d03d02b9af8018e38deddd8fe6f21cd7f4 (patch) | |
tree | b4d82ab4d8eda35128870c596abb89423efc9fd8 /security | |
parent | cf3d6bce56193f77a3d8d735bebb99d65ae643de (diff) | |
download | pkgsrc-364295d03d02b9af8018e38deddd8fe6f21cd7f4.tar.gz |
Add and enable "sshguard" package.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 64461459bd1..8112f8978e8 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.518 2014/07/04 12:42:10 rodent Exp $ +# $NetBSD: Makefile,v 1.519 2014/07/26 19:57:59 tron Exp $ # COMMENT= Security tools @@ -429,6 +429,7 @@ SUBDIR+= ssdeep SUBDIR+= ssh-askpass SUBDIR+= ssh-ip-tunnel SUBDIR+= sshfp +SUBDIR+= sshguard SUBDIR+= sshpass SUBDIR+= ssldump SUBDIR+= sslproxy |