mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
2
security/nss/lib/libpkix/pkix/certsel/Makefile
Executable file → Normal file
2
security/nss/lib/libpkix/pkix/certsel/Makefile
Executable file → Normal file
|
|
@ -26,6 +26,7 @@ include $(CORE_DEPTH)/coreconf/config.mk
|
|||
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
include config.mk
|
||||
|
||||
#######################################################################
|
||||
# (5) Execute "global" rules. (OPTIONAL) #
|
||||
|
|
@ -43,4 +44,5 @@ include $(CORE_DEPTH)/coreconf/rules.mk
|
|||
# (7) Execute "local" rules. (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
export:: private_export
|
||||
|
||||
|
|
|
|||
15
security/nss/lib/libpkix/pkix/certsel/config.mk
Normal file
15
security/nss/lib/libpkix/pkix/certsel/config.mk
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# 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/.
|
||||
|
||||
#
|
||||
# Override TARGETS variable so that only static libraries
|
||||
# are specifed as dependencies within rules.mk.
|
||||
#
|
||||
|
||||
TARGETS = $(LIBRARY)
|
||||
SHARED_LIBRARY =
|
||||
IMPORT_LIBRARY =
|
||||
PROGRAM =
|
||||
|
||||
5
security/nss/lib/libpkix/pkix/certsel/manifest.mn
Executable file → Normal file
5
security/nss/lib/libpkix/pkix/certsel/manifest.mn
Executable file → Normal file
|
|
@ -4,6 +4,9 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
CORE_DEPTH = ../../../..
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
|
||||
PRIVATE_EXPORTS = \
|
||||
pkix_certselector.h \
|
||||
pkix_comcertselparams.h \
|
||||
|
|
@ -17,4 +20,4 @@ CSRCS = \
|
|||
$(NULL)
|
||||
|
||||
LIBRARY_NAME = pkixcertsel
|
||||
SHARED_LIBRARY = $(NULL)
|
||||
|
||||
|
|
|
|||
0
security/nss/lib/libpkix/pkix/certsel/pkix_certselector.c
Executable file → Normal file
0
security/nss/lib/libpkix/pkix/certsel/pkix_certselector.c
Executable file → Normal file
0
security/nss/lib/libpkix/pkix/certsel/pkix_certselector.h
Executable file → Normal file
0
security/nss/lib/libpkix/pkix/certsel/pkix_certselector.h
Executable file → Normal file
0
security/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c
Executable file → Normal file
0
security/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.c
Executable file → Normal file
0
security/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.h
Executable file → Normal file
0
security/nss/lib/libpkix/pkix/certsel/pkix_comcertselparams.h
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue