mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Reported by: brooks Reviewed by: brooks,jhb Differential Revision: https://reviews.freebsd.org/D7548
22 lines
286 B
Makefile
22 lines
286 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= trivial-vdso_tc.c
|
|
|
|
#MDASM= ptrace.S
|
|
MDASM= cerror.S \
|
|
shmat.S \
|
|
sigreturn.S \
|
|
syscall.S \
|
|
vfork.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM= break.o \
|
|
exit.o \
|
|
getlogin.o \
|
|
sbrk.o \
|
|
sstk.o \
|
|
vfork.o \
|
|
yield.o
|
|
|
|
PSEUDO= _exit.o \
|
|
_getlogin.o
|