summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/Makefile
blob: fc0aac21187decca95d30482ca28c48e3aa56e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Makefile for syscall tables
#
# $FreeBSD$

all:
	@echo "make sysent only"

sysent:  linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c

linux_sysent.c linux_syscall.h linux_proto.h linux_syscalls.c linux_systrace_args.c: \
		../../kern/makesyscalls.sh syscalls.master syscalls.conf
	sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
OpenPOWER on IntegriCloud