]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/amd64/linux/Makefile
MFC r315361 and r315364: Hide MONITORX/MWAITX from guests.
[FreeBSD/stable/10.git] / sys / amd64 / 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         sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf