ref: 9f8594e14791b57e662abe1e76324bd2366c753c
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