mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add support for the generated file systrace_args.c.
This commit is contained in:
parent
ab1661cb76
commit
a4bc5ae534
1 changed files with 2 additions and 1 deletions
|
|
@ -11,10 +11,11 @@ all:
|
|||
sysent: init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall.mk \
|
||||
../sys/sysproto.h
|
||||
|
||||
init_sysent.c syscalls.c ../sys/syscall.h \
|
||||
init_sysent.c syscalls.c systrace_args.c ../sys/syscall.h \
|
||||
../sys/syscall.mk ../sys/sysproto.h: makesyscalls.sh syscalls.master
|
||||
-mv -f init_sysent.c init_sysent.c.bak
|
||||
-mv -f syscalls.c syscalls.c.bak
|
||||
-mv -f systrace_args.c systrace_args.c.bak
|
||||
-mv -f ../sys/syscall.h ../sys/syscall.h.bak
|
||||
-mv -f ../sys/syscall.mk ../sys/syscall.mk.bak
|
||||
-mv -f ../sys/sysproto.h ../sys/sysproto.h.bak
|
||||
|
|
|
|||
Loading…
Reference in a new issue