ref: fe1c4b0df744e9773a52356baaa91024c8e83e31
dir: /src/libc/arch/posix/Makefile/
.POSIX: PROJECTDIR =../../../.. RULES = user include $(PROJECTDIR)/scripts/rules.mk include $(SRCDIR)/libc/rules.mk OBJS=\ _getheap.$O\ _open.$O\ _systime.$O\ _tzone.$O\ clock.$O\ getenv.$O\ raise.$O\ signal.$O\ system.$O\ time.$O\ tmpfile.$O\ all: $(OBJS) include deps.mk