diff options
Diffstat (limited to 'nss/cmd/pk11mode/manifest.mn')
-rw-r--r-- | nss/cmd/pk11mode/manifest.mn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nss/cmd/pk11mode/manifest.mn b/nss/cmd/pk11mode/manifest.mn new file mode 100644 index 0000000..964fad3 --- /dev/null +++ b/nss/cmd/pk11mode/manifest.mn @@ -0,0 +1,14 @@ +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +CORE_DEPTH = ../.. + +MODULE = nss + +CSRCS = pk11mode.c + +PROGRAM = pk11mode + +REQUIRES = seccmd |