mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
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
8 lines
151 B
Makefile
8 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= __vdso_gettc.c
|
|
|
|
MDASM= Ovfork.S brk.S cerror.S sbrk.S syscall.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM+= vfork.o
|