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

all:
	@echo "make linux_sysent.c only"

linux_sysent.c linux_syscall.h linux_proto.h: ../../kern/makesyscalls.sh \
		syscalls.master syscalls.conf
	-mv -f linux_sysent.c linux_sysent.c.bak
	-mv -f linux_syscall.h linux_syscall.h.bak
	-mv -f linux_proto.h linux_proto.h.bak
	sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
OpenPOWER on IntegriCloud