diff options
Diffstat (limited to 'lib/libc/mips/sys/Makefile.inc')
-rw-r--r-- | lib/libc/mips/sys/Makefile.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libc/mips/sys/Makefile.inc b/lib/libc/mips/sys/Makefile.inc new file mode 100644 index 0000000..3601909 --- /dev/null +++ b/lib/libc/mips/sys/Makefile.inc @@ -0,0 +1,13 @@ +# $FreeBSD$ + +MDASM= Ovfork.S brk.S cerror.S exect.S \ + fork.S pipe.S ptrace.S sbrk.S syscall.S + +# Don't generate default code for these syscalls: +NOASM= break.o exit.o ftruncate.o getlogin.o lseek.o mmap.o \ + openbsd_poll.o pread.o pwrite.o sstk.o truncate.o vfork.o yield.o + +PSEUDO= _exit.o _getlogin.o +.if !defined(WITHOUT_SYSCALL_COMPAT) +PSEUDO+= _pread.o _pwrite.o _lseek.o _mmap.o _ftruncate.o _truncate.o +.endif |