ref: b5b9eac2d984b1f67cd71c4547a3afd7f2bb6dd4
dir: /lib/sys/libsys.mk/
# See LICENSE file for copyright and license details. .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