diff options
author | dholland <dholland> | 2015-04-18 21:20:51 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-04-18 21:20:51 +0000 |
commit | 92bcb5f0905340d9a9485ec22cf72b729d5b145f (patch) | |
tree | 80b5ddc9c99ef027c65bd67bf4d51540042f6486 /security | |
parent | 4536bdc7f88bc8904588a0ca571155f848ae20c8 (diff) | |
download | pkgsrc-92bcb5f0905340d9a9485ec22cf72b729d5b145f.tar.gz |
added security/mozilla-rootcerts-openssl
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 d6702ac15e9..54da21bec64 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.545 2015/04/14 13:28:25 fhajny Exp $ +# $NetBSD: Makefile,v 1.546 2015/04/18 21:20:51 dholland Exp $ # COMMENT= Security tools @@ -178,6 +178,7 @@ SUBDIR+= mit-krb5 SUBDIR+= mit-krb5-appl SUBDIR+= mixminion SUBDIR+= mozilla-rootcerts +SUBDIR+= mozilla-rootcerts-openssl SUBDIR+= msu SUBDIR+= msudir SUBDIR+= multigest |