mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
libc/<arch>/sys/Makefile.inc -> libsys/<arch>/Makefile.sys. Require that libsys/<arch>/Makefile.sys exist. At least for current archtiectures, it's not possible for an architecture to not have and MD syscall bits. powerpcspe/Makefile.sys's structure means it had to be modified when moved so rename detection won't work, but it has trivial contents so the history is unimportant. Reviewed by: kib, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/908
6 lines
85 B
Makefile
6 lines
85 B
Makefile
SRCS+= __vdso_gettc.c \
|
|
sched_getcpu_gen.c
|
|
|
|
MDASM= cerror.S \
|
|
syscall.S \
|
|
vfork.S
|