diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-06-08 04:23:40 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-06-08 04:23:40 +0000 |
commit | c9e0051b4f11230f99975a5155064bb8314f6ab4 (patch) | |
tree | d6c3942589eb539368a545e28f0d186633529d36 /www/Makefile | |
parent | 3ceedc74ede728372cf7a8659401549e4df56352 (diff) |
Add cgichk 2.60, a web site vulnerability scanner.
PR: 27808
Submitted by: Mark Pulford <mark@kyne.com.au>
Reviewed by: will
Notes
Notes:
svn path=/head/; revision=43628
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6e9644dc58c2..46b1f4482058 100644 --- a/www/Makefile +++ b/www/Makefile @@ -36,6 +36,7 @@ SUBDIR += cgi-lib SUBDIR += cgic SUBDIR += cgicc + SUBDIR += cgichk SUBDIR += cgihtml SUBDIR += cgiparse SUBDIR += cgiwrap |