mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
PR: 256905 Reviewed by: arichardson, mhorne MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30963
10 lines
150 B
Makefile
10 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= __vdso_gettc.c
|
|
|
|
MDASM= cerror.S \
|
|
syscall.S \
|
|
vfork.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM+= sbrk.o vfork.o
|