mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
9 lines
171 B
Makefile
9 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= trivial-vdso_tc.c \
|
|
sched_getcpu_gen.c
|
|
|
|
MDASM= Ovfork.S cerror.S syscall.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM+= sbrk.o vfork.o
|