opnsense-src/lib/libc/aarch64/sys/Makefile.inc
Konstantin Belousov f6fea94e5d Remove commented out mention of ptrace.S.
After r305012 the asm wrapper is not needed.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2016-08-29 18:53:51 +00:00

23 lines
300 B
Makefile

# $FreeBSD$
MIASM:= ${MIASM:Nfreebsd[467]_*}
SRCS+= __vdso_gettc.c
MDASM= cerror.S \
shmat.S \
sigreturn.S \
syscall.S \
vfork.S
# Don't generate default code for these syscalls:
NOASM= break.o \
exit.o \
getlogin.o \
sbrk.o \
sstk.o \
vfork.o \
yield.o
PSEUDO= _exit.o \
_getlogin.o