2004-05-14 12:04:31 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2015-12-07 12:20:26 +00:00
|
|
|
SRCS+= __vdso_gettc.c
|
2013-01-30 12:48:16 +00:00
|
|
|
|
2016-08-29 18:47:51 +00:00
|
|
|
MDASM= Ovfork.S brk.S cerror.S sbrk.S shmat.S sigreturn.S syscall.S
|
2004-05-14 12:04:31 +00:00
|
|
|
|
|
|
|
# Don't generate default code for these syscalls:
|
2016-09-08 22:38:20 +00:00
|
|
|
NOASM+= vfork.o
|