diff options
author | cjs <cjs@pkgsrc.org> | 2002-08-06 01:49:07 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2002-08-06 01:49:07 +0000 |
commit | 57beeb4962000174a7abcff4cb6fccb24eaa33cd (patch) | |
tree | 9732e9b301efa716199453b8fbd02eea0d65d68e /security | |
parent | 2bc32823729fe9ad72d589803d948e6c540b2d78 (diff) | |
download | pkgsrc-57beeb4962000174a7abcff4cb6fccb24eaa33cd.tar.gz |
Move pscan from net to security.
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 90c2f5f74c2..107362dd7eb 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.113 2002/08/06 00:56:37 seb Exp $ +# $NetBSD: Makefile,v 1.114 2002/08/06 01:49:07 cjs Exp $ # COMMENT= Security tools @@ -85,6 +85,7 @@ SUBDIR+= php4-mhash SUBDIR+= pks SUBDIR+= portsentry SUBDIR+= priv +SUBDIR+= pscan SUBDIR+= py-amkCrypto SUBDIR+= py-cryptkit SUBDIR+= py-gnupg |