ref: b89dac3b626de7901c14bfec3c2372c841496810
dir: /lib/sys/libsys.mk/
.POSIX: include ../../../config.mk include system.mk ASM = $(OBJ:.o=.s) all: libsys.a libsys.a: $(OBJ) $(AR) $(ARFLAGS) $@ $? ranlib $@ $(ASM): syscall.lst ../abi/$(ABI).sh clean: rm -f $(ASM) rm -f $(OBJ) rm -f libsys.a distclean: clean rm -f system.mk