diff options
author | kefren <kefren> | 2010-12-24 07:24:54 +0000 |
---|---|---|
committer | kefren <kefren> | 2010-12-24 07:24:54 +0000 |
commit | 370b2392f7e0a1474fb48c9b0113f878f9836a75 (patch) | |
tree | 976e8a5d01f450cc0de5711396cba4e21e291775 /security/Makefile | |
parent | dd69bbd324275a6065a1ec50ff379228506d768b (diff) | |
download | pkgsrc-370b2392f7e0a1474fb48c9b0113f878f9836a75.tar.gz |
Fix Makefiles SUBDIRs for clamav and amavis-perl, amavisd-new changes
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/Makefile b/security/Makefile index 8fcbc28663c..377aac2c662 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.401 2010/11/27 06:13:25 agc Exp $ +# $NetBSD: Makefile,v 1.402 2010/12/24 07:24:54 kefren Exp $ # COMMENT= Security tools @@ -12,8 +12,6 @@ SUBDIR+= PAM SUBDIR+= aide SUBDIR+= aide06 SUBDIR+= amap -SUBDIR+= amavis-perl -SUBDIR+= amavisd-new SUBDIR+= antonym SUBDIR+= ap-modsecurity SUBDIR+= ap-modsecurity2 @@ -30,6 +28,7 @@ SUBDIR+= ccid SUBDIR+= cfs SUBDIR+= chkrootkit SUBDIR+= courier-authlib +SUBDIR+= clamav SUBDIR+= crack #SUBDIR+= crudesaml # only shared files SUBDIR+= crypto++ |