1# Makefile for syscall tables
2#
3# $FreeBSD: stable/10/sys/amd64/linux32/Makefile 315063 2017-03-11 08:40:59Z dchagin $
4
5all:
6	@echo "make sysent only"
7
8sysent:  linux32_sysent.c linux32_syscall.h linux32_proto.h linux32_syscalls.c linux32_systrace_args.c
9
10linux32_sysent.c linux32_syscall.h linux32_proto.h linux32_syscalls.c linux32_systrace_args.c: ../../kern/makesyscalls.sh \
11		syscalls.master syscalls.conf
12	sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
13