diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-14 13:04:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-14 13:04:46 +0000 |
commit | 2742636586ac44c1c708ba1f8604c5f2c0e743c7 (patch) | |
tree | d72b89425648bc2d961f7cdf9adc9b788e321272 /security | |
parent | 635997e19e56102589abac49a689223ec009be58 (diff) | |
download | pkgsrc-2742636586ac44c1c708ba1f8604c5f2c0e743c7.tar.gz |
Add and enable flawfinder. Sort.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index 48503e507eb..f45408ebb42 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2002/07/12 16:39:47 agc Exp $ +# $NetBSD: Makefile,v 1.110 2002/07/14 13:04:46 wiz Exp $ # COMMENT= Security tools @@ -18,6 +18,7 @@ SUBDIR+= cyrus-sasl SUBDIR+= ddos-scan SUBDIR+= dsniff SUBDIR+= egd +SUBDIR+= flawfinder SUBDIR+= fortify SUBDIR+= fressh SUBDIR+= fsh @@ -101,8 +102,8 @@ SUBDIR+= scanssh SUBDIR+= seahorse SUBDIR+= smimemsg SUBDIR+= smtpd -SUBDIR+= snortsnarf SUBDIR+= sniff +SUBDIR+= snortsnarf SUBDIR+= srp_client SUBDIR+= ssh SUBDIR+= ssh-askpass |