diff options
author | agc <agc@pkgsrc.org> | 2003-06-23 13:49:18 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-06-23 13:49:18 +0000 |
commit | 38b8598cd7bedc05a9b54d8865c73e54122ea7ae (patch) | |
tree | 3dcdd7ec0e0cf4df9281d4e2293471e5be7a5137 /security | |
parent | a4bbacd6efc7613a3bb446a9fc7ead6526f1bb4c (diff) | |
download | pkgsrc-38b8598cd7bedc05a9b54d8865c73e54122ea7ae.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 |