97e5d68bb0
These files are identical to the generated system calls. In the case of MIPS, the file was already disconnected from the build. Submitted by: Ali Mashtizadeh <ali@mashtizadeh.com> Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D14976
14 lines
187 B
Makefile
14 lines
187 B
Makefile
# $FreeBSD$
|
|
|
|
MIASM:= ${MIASM:Nfreebsd[467]_*}
|
|
|
|
SRCS+= __vdso_gettc.c
|
|
|
|
MDASM= cerror.S \
|
|
syscall.S \
|
|
vfork.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM+= sbrk.o \
|
|
vfork.o
|