for compatibility with Linux. Reviewed by: jhb Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32901
10 lines
167 B
Makefile
10 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= __vdso_gettc.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
|