diff options
author | taca <taca@pkgsrc.org> | 2009-09-22 17:45:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-09-22 17:45:05 +0000 |
commit | 8992698e8627383fed5b79fba272f780068bab65 (patch) | |
tree | a29d744cb6b421820441b642a1fba0839c0d7267 | |
parent | b5b6c704d4df3a2b4bf87e073864c6149ff72544 (diff) | |
download | pkgsrc-8992698e8627383fed5b79fba272f780068bab65.tar.gz |
* Add f-prot-antivirus6.
* Add and enable f-prot-antivirus6-fs-bin, f-prot-antivirus6-ms-bin
and f-prot-antivirus6-ws-bin.
* Remove fprot-workstation-bin.
-rw-r--r-- | security/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index 4efe7a8e25d..71f63fd03e0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.361 2009/09/22 13:11:06 wiz Exp $ +# $NetBSD: Makefile,v 1.362 2009/09/22 17:45:05 taca Exp $ # COMMENT= Security tools @@ -56,9 +56,12 @@ SUBDIR+= dsniff SUBDIR+= dsniff-nox11 SUBDIR+= egd SUBDIR+= engine-pkcs11 +#SUBDIR+= f-prot-antivirus6 # only contains shared files +SUBDIR+= f-prot-antivirus6-fs-bin +SUBDIR+= f-prot-antivirus6-ms-bin +SUBDIR+= f-prot-antivirus6-ws-bin SUBDIR+= flawfinder SUBDIR+= fprint-demo -SUBDIR+= fprot-workstation-bin SUBDIR+= fragroute SUBDIR+= fsh SUBDIR+= fwbuilder |