]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm64/linux/Makefile
Regen arm64 linux sysent after r336043
[FreeBSD/FreeBSD.git] / sys / arm64 / linux / Makefile
1 # Makefile for syscall tables
2 #
3 # $FreeBSD$
4
5 # Don't use an OBJDIR
6 .OBJDIR: ${.CURDIR}
7
8 all:
9         @echo "make sysent only"
10
11 sysent:  linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c
12
13 linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c: \
14                 ../../kern/makesyscalls.sh syscalls.master syscalls.conf
15         sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf