]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/arm/sys/Makefile.inc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libc / arm / sys / Makefile.inc
1 # $FreeBSD$
2
3 SRCS+=  __vdso_gettc.c
4
5 MDASM= Ovfork.S brk.S cerror.S pipe.S ptrace.S sbrk.S shmat.S sigreturn.S syscall.S
6
7 # Don't generate default code for these syscalls:
8 NOASM=  break.o exit.o getlogin.o openbsd_poll.o sstk.o vfork.o yield.o
9
10 PSEUDO= _exit.o _getlogin.o
11 .if !defined(WITHOUT_SYSCALL_COMPAT)
12 PSEUDO+= _pread.o _pwrite.o _lseek.o _mmap.o _ftruncate.o _truncate.o
13 .endif