mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
Note that this is the first use of ifuncs in our userspace. Sponsored by: The FreeBSD Foundation MFC after: 1 month
13 lines
275 B
Makefile
13 lines
275 B
Makefile
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
|
|
# $FreeBSD$
|
|
|
|
SRCS+= \
|
|
amd64_get_fsbase.c \
|
|
amd64_get_gsbase.c \
|
|
amd64_set_fsbase.c \
|
|
amd64_set_gsbase.c
|
|
|
|
MDASM= vfork.S cerror.S getcontext.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM+= sbrk.o vfork.o
|