aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/linux32/Makefile')
-rw-r--r--sys/amd64/linux32/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/amd64/linux32/Makefile b/sys/amd64/linux32/Makefile
new file mode 100644
index 000000000000..ae4f1078a2ad
--- /dev/null
+++ b/sys/amd64/linux32/Makefile
@@ -0,0 +1,15 @@
+# Makefile for syscall tables
+#
+# $FreeBSD$
+
+all:
+ @echo "make sysent only"
+
+sysent: linux32_sysent.c linux32_syscall.h linux32_proto.h
+
+linux32_sysent.c linux32_syscall.h linux32_proto.h: ../../kern/makesyscalls.sh \
+ syscalls.master syscalls.conf
+ -mv -f linux32_sysent.c linux32_sysent.c.bak
+ -mv -f linux32_syscall.h linux32_syscall.h.bak
+ -mv -f linux32_proto.h linux32_proto.h.bak
+ sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf