Makefile.sys (86deddfacb6f66549303c1cea241a55de25fc0c2) Makefile.sys (e9d961055aa2502f4915611e8fb2e9f9f9c86719)
1
2# sys sources
3.PATH: ${LIBSYS_SRCTOP}/${LIBC_ARCH} ${LIBSYS_SRCTOP}
4
5# Include the generated makefile containing the *complete* list
6# of syscall names in MIASM.
7.include "${SRCTOP}/sys/sys/syscall.mk"
8

--- 144 unchanged lines hidden (view full) ---

153${SPSEUDO}:
154 printf '/* %sgenerated by libc/sys/Makefile.inc */\n' @ > ${.TARGET}
155 printf '#include "compat.h"\n' >> ${.TARGET}
156 printf '#include "SYS.h"\nPSEUDO(${.PREFIX:S/_//})\n' \
157 >> ${.TARGET}
158 printf ${NOTE_GNU_STACK} >>${.TARGET}
159 printf ${FEATURE_NOTE} >> ${.TARGET}
160
1
2# sys sources
3.PATH: ${LIBSYS_SRCTOP}/${LIBC_ARCH} ${LIBSYS_SRCTOP}
4
5# Include the generated makefile containing the *complete* list
6# of syscall names in MIASM.
7.include "${SRCTOP}/sys/sys/syscall.mk"
8

--- 144 unchanged lines hidden (view full) ---

153${SPSEUDO}:
154 printf '/* %sgenerated by libc/sys/Makefile.inc */\n' @ > ${.TARGET}
155 printf '#include "compat.h"\n' >> ${.TARGET}
156 printf '#include "SYS.h"\nPSEUDO(${.PREFIX:S/_//})\n' \
157 >> ${.TARGET}
158 printf ${NOTE_GNU_STACK} >>${.TARGET}
159 printf ${FEATURE_NOTE} >> ${.TARGET}
160
161.if ${LIB} == "sys"
161MAN+= abort2.2 \
162 accept.2 \
163 access.2 \
164 acct.2 \
165 adjtime.2 \
166 aio_cancel.2 \
167 aio_error.2 \
168 aio_fsync.2 \

--- 367 unchanged lines hidden (view full) ---

536MLINKS+=wait.2 wait3.2 \
537 wait.2 wait4.2 \
538 wait.2 waitpid.2 \
539 wait.2 waitid.2 \
540 wait.2 wait6.2
541MLINKS+=write.2 pwrite.2 \
542 write.2 pwritev.2 \
543 write.2 writev.2
162MAN+= abort2.2 \
163 accept.2 \
164 access.2 \
165 acct.2 \
166 adjtime.2 \
167 aio_cancel.2 \
168 aio_error.2 \
169 aio_fsync.2 \

--- 367 unchanged lines hidden (view full) ---

537MLINKS+=wait.2 wait3.2 \
538 wait.2 wait4.2 \
539 wait.2 waitpid.2 \
540 wait.2 waitid.2 \
541 wait.2 wait6.2
542MLINKS+=write.2 pwrite.2 \
543 write.2 pwritev.2 \
544 write.2 writev.2
545.endif # ${LIB} == "sys"