diff options
Diffstat (limited to 'security/nss/cmd/rsapoptst/rsapoptst.gyp')
-rw-r--r-- | security/nss/cmd/rsapoptst/rsapoptst.gyp | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/security/nss/cmd/rsapoptst/rsapoptst.gyp b/security/nss/cmd/rsapoptst/rsapoptst.gyp deleted file mode 100644 index 325a10909..000000000 --- a/security/nss/cmd/rsapoptst/rsapoptst.gyp +++ /dev/null @@ -1,25 +0,0 @@ -# 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': 'rsapoptst', - 'type': 'executable', - 'sources': [ - 'rsapoptst.c' - ], - 'dependencies': [ - '<(DEPTH)/exports.gyp:dbm_exports', - '<(DEPTH)/exports.gyp:nss_exports', - ] - } - ], - 'variables': { - 'module': 'nss', - } -} |