mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
13 lines
381 B
Makefile
13 lines
381 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= __vdso_gettc.c
|
|
|
|
MDASM= Ovfork.S brk.S cerror.S pipe.S ptrace.S sbrk.S shmat.S sigreturn.S syscall.S
|
|
|
|
# Don't generate default code for these syscalls:
|
|
NOASM= break.o exit.o getlogin.o openbsd_poll.o sstk.o vfork.o yield.o
|
|
|
|
PSEUDO= _exit.o _getlogin.o
|
|
.if ${MK_SYSCALL_COMPAT} != "no"
|
|
PSEUDO+= _pread.o _pwrite.o _lseek.o _mmap.o _ftruncate.o _truncate.o
|
|
.endif
|