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

all:
	@echo "make sysent only"

sysent:  linux32_sysent.c linux32_syscall.h linux32_proto.h linux32_syscalls.c linux32_systrace_args.c

linux32_sysent.c linux32_syscall.h linux32_proto.h linux32_syscalls.c linux32_systrace_args.c: ../../kern/makesyscalls.sh \
		syscalls.master syscalls.conf
	sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
OpenPOWER on IntegriCloud