1 # Makefile for syscall tables
2 #
3 # $FreeBSD: stable/10/sys/i386/linux/Makefile 315063 2017-03-11 08:40:59Z dchagin $
4
5 all:
6 @echo "make sysent only"
7
8 sysent: linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c
9
10 linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c: \
11 ../../kern/makesyscalls.sh syscalls.master syscalls.conf
12 sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
Cache object: a84ad7fee53d6a6f59bfe1eaba96cd8a
|