mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 08:11:04 +01:00
56ede1074e
This commits makes necessary changes in syscall/sysent generation infrastructure. PR: kern/152822 Submitted by: Artem Belevich <fbsdlist@src.cx> Reviewed by: jhb (ealier version) MFC after: 3 weeks
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
# $FreeBSD$
|
|
sysnames="freebsd32_syscalls.c"
|
|
sysproto="freebsd32_proto.h"
|
|
sysproto_h=_FREEBSD32_SYSPROTO_H_
|
|
syshdr="freebsd32_syscall.h"
|
|
syssw="freebsd32_sysent.c"
|
|
sysmk="/dev/null"
|
|
syscallprefix="FREEBSD32_SYS_"
|
|
switchname="freebsd32_sysent"
|
|
namesname="freebsd32_syscallnames"
|
|
systrace="freebsd32_systrace_args.c"
|