re-introduce old nss im too tired for this

This commit is contained in:
wuggy 2026-06-30 06:37:32 +01:00
commit 3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions

1
security/nss/cmd/libpkix/testutil/Makefile Executable file → Normal file
View file

@ -47,4 +47,5 @@ include $(CORE_DEPTH)/coreconf/rules.mk
include $(PLAT_DEPTH)/platrules.mk
export:: private_export

View file

@ -5,4 +5,11 @@
# don't build the static library
LIBRARY =
RES =
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
# don't want the 32 in the shared library name
SHARED_LIBRARY = $(OBJDIR)/$(DLL_PREFIX)$(LIBRARY_NAME)$(LIBRARY_VERSION).$(DLL_SUFFIX)
IMPORT_LIBRARY = $(OBJDIR)/$(IMPORT_LIB_PREFIX)$(LIBRARY_NAME)$(LIBRARY_VERSION)$(IMPORT_LIB_SUFFIX)
endif

1
security/nss/cmd/libpkix/testutil/manifest.mn Executable file → Normal file
View file

@ -20,7 +20,6 @@ CSRCS = \
$(NULL)
LIBRARY_NAME = pkixtooltestutil
SHARED_LIBRARY = $(NULL)
SOURCE_LIB_DIR = $(PKIX_DEPTH)/$(OBJDIR)