]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/amd64/linux32/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / amd64 / linux32 / Makefile
1 # Makefile for syscall tables
2 #
3 # $FreeBSD$
4
5 all:
6         @echo "make sysent only"
7
8 sysent:  linux32_sysent.c linux32_syscall.h linux32_proto.h linux32_syscalls.c linux32_systrace_args.c
9
10 linux32_sysent.c linux32_syscall.h linux32_proto.h linux32_syscalls.c linux32_systrace_args.c: ../../kern/makesyscalls.sh \
11                 syscalls.master syscalls.conf
12         -mv -f linux32_sysent.c linux32_sysent.c.bak
13         -mv -f linux32_syscall.h linux32_syscall.h.bak
14         -mv -f linux32_proto.h linux32_proto.h.bak
15         -mv -f linux32_syscalls.c linux32_syscalls.c.bak
16         -mv -f linux32_systrace_args.c linux32_systrace_args.c.bak
17         sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf