summaryrefslogtreecommitdiff
path: root/security/nss/lib/ckfw
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/ckfw')
-rw-r--r--security/nss/lib/ckfw/builtins/manifest.mn4
-rw-r--r--security/nss/lib/ckfw/dbm/manifest.mn4
-rw-r--r--security/nss/lib/ckfw/manifest.mn4
3 files changed, 6 insertions, 6 deletions
diff --git a/security/nss/lib/ckfw/builtins/manifest.mn b/security/nss/lib/ckfw/builtins/manifest.mn
index 4ccb55b62..23360f081 100644
--- a/security/nss/lib/ckfw/builtins/manifest.mn
+++ b/security/nss/lib/ckfw/builtins/manifest.mn
@@ -34,7 +34,7 @@ MANIFEST_CVS_ID = "@(#) $RCSfile$ $Revision$ $Date$ $Name$"
CORE_DEPTH = ../../../..
-MODULE = security
+MODULE = nss
EXPORTS = \
nssckbi.h \
@@ -52,7 +52,7 @@ CSRCS = \
certdata.c \
$(NULL)
-REQUIRES = security nspr
+REQUIRES = nspr
LIBRARY_NAME = nssckbi
diff --git a/security/nss/lib/ckfw/dbm/manifest.mn b/security/nss/lib/ckfw/dbm/manifest.mn
index 193e46bef..8f0053b39 100644
--- a/security/nss/lib/ckfw/dbm/manifest.mn
+++ b/security/nss/lib/ckfw/dbm/manifest.mn
@@ -34,7 +34,7 @@ MANIFEST_CVS_ID = "@(#) $RCSfile$ $Revision$ $Date$ $Name$"
CORE_DEPTH = ../../../..
-MODULE = security
+MODULE = nss
CSRCS = \
anchor.c \
@@ -47,7 +47,7 @@ CSRCS = \
db.c \
$(NULL)
-REQUIRES = security dbm nspr
+REQUIRES = dbm nspr
LIBRARY_NAME = nssckdbm
diff --git a/security/nss/lib/ckfw/manifest.mn b/security/nss/lib/ckfw/manifest.mn
index 8a4f15086..fb84a733b 100644
--- a/security/nss/lib/ckfw/manifest.mn
+++ b/security/nss/lib/ckfw/manifest.mn
@@ -57,7 +57,7 @@ EXPORTS = \
nssckt.h \
$(NULL)
-MODULE = security
+MODULE = nss
CSRCS = \
find.c \
@@ -74,6 +74,6 @@ CSRCS = \
mechanism.c \
$(NULL)
-REQUIRES = security nspr
+REQUIRES = nspr
LIBRARY_NAME = nssckfw