ref: b843da74b79d585a30bd2b3f13e7c63d105baf94
dir: /src/libc/arch/amd64/openbsd/Makefile/
.POSIX: PROJECTDIR =../../../../.. include $(PROJECTDIR)/scripts/rules.mk include ../../../rules.mk GENOBJS =\ _brk.$O\ _close.$O\ _exit.$O\ _getpid.$O\ _gettimeofday.$O\ _kill.$O\ _lseek.$O\ _open.$O\ _read.$O\ _sigaction.$O\ _write.$O\ OBJS =\ $(GENOBJS)\ _sys_errlist.$O\ GENSRC = $(GENOBJS:.$O=.s) all: $(OBJS) $(CRT) $(CRT): ../crt-posix.s ../openbsd/crt.s $(GENSRC): syscall.lst ./gensys.sh $(@:.s=) clean: rm -f $(GENSRC) _sys_errlist.c include deps.mk