]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/i386/linux/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / i386 / linux / Makefile
1 # Makefile for syscall tables
2 #
3 # $FreeBSD$
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         -mv -f linux_sysent.c linux_sysent.c.bak
13         -mv -f linux_syscall.h linux_syscall.h.bak
14         -mv -f linux_proto.h linux_proto.h.bak
15         -mv -f linux_syscalls.c linux_syscalls.c.bak
16         -mv -f linux_systrace_args.c linux_systrace_args.c.bak
17         sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf