diff options
author | agc <agc> | 2003-06-23 13:49:18 +0000 |
---|---|---|
committer | agc <agc> | 2003-06-23 13:49:18 +0000 |
commit | 84c4a6c9f638002f706b0f4564063daf3f744ebc (patch) | |
tree | 3dcdd7ec0e0cf4df9281d4e2293471e5be7a5137 /security | |
parent | a75afe31698fcc655bb6b11a7d80e1d667ede02c (diff) | |
download | pkgsrc-84c4a6c9f638002f706b0f4564063daf3f744ebc.tar.gz |
Add and enable aide06
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 f9d62759ed4..ea6ebafad87 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.132 2003/05/14 03:49:59 salo Exp $ +# $NetBSD: Makefile,v 1.133 2003/06/23 13:49:18 agc Exp $ # COMMENT= Security tools @@ -7,6 +7,7 @@ SUBDIR+= AiCA SUBDIR+= AiSSLtelnet SUBDIR+= PAM SUBDIR+= aide +SUBDIR+= aide06 SUBDIR+= amavis SUBDIR+= amavis-perl SUBDIR+= apg |