diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-27 22:59:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-27 22:59:41 +0000 |
commit | 1350e5b65b48ad9bbd6efd6561282693809ec4e1 (patch) | |
tree | 352adfcdaa0d89b1fdf7610875ec0a1f1fe530c2 /security | |
parent | 68ea71aa3e1184d1ad23518dc5615525f8def573 (diff) | |
download | pkgsrc-1350e5b65b48ad9bbd6efd6561282693809ec4e1.tar.gz |
Add and enable mixminion.
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 b12cd1fc80f..0b85f4a521f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.215 2004/11/28 08:01:37 taca Exp $ +# $NetBSD: Makefile,v 1.216 2004/12/27 22:59:41 wiz Exp $ # COMMENT= Security tools @@ -96,6 +96,7 @@ SUBDIR+= mcrypt SUBDIR+= mhash SUBDIR+= mirrordir SUBDIR+= mit-krb5 +SUBDIR+= mixminion SUBDIR+= msf SUBDIR+= msu SUBDIR+= msudir |