diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-05 17:46:21 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-05 17:46:21 +0000 |
commit | 70405ce23ce182d73f664248f071f498d598e804 (patch) | |
tree | 1e53b36f7e83fa16c49b4bfbaa8c9381d169eae1 /security/Makefile | |
parent | d259bef697bec9cdbd3d650d26d06bba908ab08c (diff) | |
download | pkgsrc-70405ce23ce182d73f664248f071f498d598e804.tar.gz |
Add and enable nikto.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index af55d926b8f..bfd95d8e21d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.146 2003/12/04 00:34:59 heinz Exp $ +# $NetBSD: Makefile,v 1.147 2003/12/05 17:46:21 xtraeme Exp $ # COMMENT= Security tools @@ -65,6 +65,7 @@ SUBDIR+= nessus-libraries SUBDIR+= nessus-plugins SUBDIR+= netramet SUBDIR+= nfsbug +SUBDIR+= nikto SUBDIR+= opencdk SUBDIR+= openssh SUBDIR+= openssh+gssapi |