diff options
author | leot <leot@pkgsrc.org> | 2021-03-06 21:06:05 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2021-03-06 21:06:05 +0000 |
commit | 981d2018737a815beb5d97c7990b02c9a0b7d4c7 (patch) | |
tree | 6caf542440e6f1d3898b788038dd5fab5483b5bf /security/Makefile | |
parent | 5a99064bf016817b4dc2abeee1d276397dbdd332 (diff) | |
download | pkgsrc-981d2018737a815beb5d97c7990b02c9a0b7d4c7.tar.gz |
security: Add wfuzz
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 aeb3fdc309a..3d04abf71ce 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.804 2021/02/17 09:57:13 adam Exp $ +# $NetBSD: Makefile,v 1.805 2021/03/06 21:06:05 leot Exp $ # COMMENT= Security tools @@ -644,6 +644,7 @@ SUBDIR+= tripwire SUBDIR+= validns SUBDIR+= vault SUBDIR+= volatility +SUBDIR+= wfuzz SUBDIR+= wolfssl SUBDIR+= xca SUBDIR+= xml-security-c |