mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
This exercises some subset of the preprocessor that would be nice to still support. Pull Request: https://github.com/freebsd/freebsd-src/pull/1575
10 lines
253 B
Text
10 lines
253 B
Text
sysnames="test_syscalls.c"
|
|
sysproto="test_proto.h"
|
|
sysproto_h=_TEST_SYSPROTO_H_
|
|
syshdr="test_syscall.h"
|
|
syssw="test_sysent.c"
|
|
syscallprefix="TEST_SYS_"
|
|
switchname="test_sysent"
|
|
namesname="test_syscallnames"
|
|
systrace="test_systrace_args.c"
|
|
compat_set=""
|