ref: b1b5c5787733eefb5d185743b368a4eef483aae9
dir: /src/libc/arch/linux/Makefile/
.POSIX: PROJECTDIR = ../../../.. include $(PROJECTDIR)/scripts/rules.mk include ../../rules.mk OBJS=\ _brk.$O\ _getheap.$O\ _sigaction.$O\ all: $(OBJS) include deps.mk