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

View file

@ -20,7 +20,6 @@ include $(DEPTH)/coreconf/config.mk
ifeq (,$(filter-out OS2 WIN%,$(OS_TARGET)))
PROGRAM =
TARGETS =
else
TARGETS = $(PROGRAM)
INSTALL = true
@ -34,14 +33,10 @@ ifdef NATIVE_FLAGS
OS_CFLAGS=$(NATIVE_FLAGS)
endif
ifdef NATIVE_LDFLAGS
LDFLAGS=$(NATIVE_LDFLAGS)
endif
include $(DEPTH)/coreconf/rules.mk
# Redefine MAKE_OBJDIR for just this directory
define MAKE_OBJDIR
if test ! -d $(@D); then mkdir -p $(@D); fi
if test ! -d $(@D); then rm -rf $(@D); mkdir $(@D); fi
endef