summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/Makefile
blob: d399ad080a374bfe67d3657de2d2ecb1cbe8c49a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makefile for syscall tables
#
# $Id: Makefile,v 1.2 1997/03/29 10:48:49 peter Exp $

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