> +ifeq ($(build-static-nss),yes) > +o-objects.o += $(addsuffix .o,$(libnss_files-routines)) > +o-objects.op += $(addsuffix .op,$(libnss_files-routines)) Why fiddle with these "internal" variables rather than just adding to static-only-routines? Thanks, Roland