aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-03-29 10:45:39 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-03-29 10:45:39 +0000
commit64f873e1f350c738a812580c740eca042f675a2f (patch)
tree6136a930ebbbddf6a45a10bd1ebab79102e431dd /sys/i386/linux/Makefile
parent226e691b4c2dfcbc467196cede33e1f9ce62ae48 (diff)
downloadsrc-64f873e1f350c738a812580c740eca042f675a2f.tar.gz
src-64f873e1f350c738a812580c740eca042f675a2f.zip
Add a Makefile for regenerating the syscall tables
Notes
Notes: svn path=/head/; revision=24368
Diffstat (limited to 'sys/i386/linux/Makefile')
-rw-r--r--sys/i386/linux/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/i386/linux/Makefile b/sys/i386/linux/Makefile
new file mode 100644
index 000000000000..e1f00334549e
--- /dev/null
+++ b/sys/i386/linux/Makefile
@@ -0,0 +1,7 @@
+# Makefile for syscalls tables
+
+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