diff options
Diffstat (limited to 'security/nss/cmd/pk1sign/pk1sign.gyp')
-rw-r--r-- | security/nss/cmd/pk1sign/pk1sign.gyp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/nss/cmd/pk1sign/pk1sign.gyp b/security/nss/cmd/pk1sign/pk1sign.gyp new file mode 100644 index 0000000000..ff77c55755 --- /dev/null +++ b/security/nss/cmd/pk1sign/pk1sign.gyp @@ -0,0 +1,24 @@ +# 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/. +{ + 'includes': [ + '../../coreconf/config.gypi', + '../../cmd/platlibs.gypi' + ], + 'targets': [ + { + 'target_name': 'pk1sign', + 'type': 'executable', + 'sources': [ + 'pk1sign.c' + ], + 'dependencies': [ + '<(DEPTH)/exports.gyp:nss_exports' + ] + } + ], + 'variables': { + 'module': 'nss' + } +}
\ No newline at end of file |