ref: 1de991f3053e77706b920dc579c4affffd2d68f0
dir: /src/libc/locale/Makefile/
.POSIX: PROJECTDIR =../../.. include $(PROJECTDIR)/scripts/rules.mk include ../rules.mk OBJS =\ localeconv.$O\ setlocale.$O\ all: $(LIBC) $(LIBC): $(OBJS) $(MKLST) dep: inc-dep include deps.mk