diff options
author | cube <cube> | 2005-12-27 20:57:16 +0000 |
---|---|---|
committer | cube <cube> | 2005-12-27 20:57:16 +0000 |
commit | 79abdc74f663dfd113e513fba630049c2b40d327 (patch) | |
tree | 64f052f12c4d261a79072d1d94c9f1fbe20aabbc /security | |
parent | dcd7b846c3825beae918deeb5100452aabd4332d (diff) | |
download | pkgsrc-79abdc74f663dfd113e513fba630049c2b40d327.tar.gz |
Enable security/CSP.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index ea220facc9e..602ee7c12f7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.256 2005/12/06 22:54:51 wiz Exp $ +# $NetBSD: Makefile,v 1.257 2005/12/27 20:57:16 cube Exp $ # COMMENT= Security tools SUBDIR+= AiCA SUBDIR+= AiSSLtelnet +SUBDIR+= CSP SUBDIR+= MyPasswordSafe SUBDIR+= PAM SUBDIR+= aide |