diff options
author | wiz <wiz> | 2002-07-14 13:04:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-14 13:04:46 +0000 |
commit | 0200a2d93383636a0c2402d1203f15de20c8dab6 (patch) | |
tree | d72b89425648bc2d961f7cdf9adc9b788e321272 /security/Makefile | |
parent | 3a44bfeb829151b901f40d1de68c2c8d413c5265 (diff) | |
download | pkgsrc-0200a2d93383636a0c2402d1203f15de20c8dab6.tar.gz |
Add and enable flawfinder. Sort.
Diffstat (limited to 'security/Makefile')
-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 |