aboutsummaryrefslogtreecommitdiff
path: root/sys/svr4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/svr4/Makefile')
-rw-r--r--sys/svr4/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/svr4/Makefile b/sys/svr4/Makefile
new file mode 100644
index 000000000000..d8fd59b7fb3c
--- /dev/null
+++ b/sys/svr4/Makefile
@@ -0,0 +1,13 @@
+# Makefile for syscall tables
+#
+# $Id: Makefile,v 1.3 1997/03/29 11:17:26 peter Exp $
+
+all:
+ @echo "make svr4_sysent.c only"
+
+svr4_sysent.c svr4_syscall.h svr4_proto.h: ../kern/makesyscalls.sh \
+ syscalls.master syscalls.conf
+ -mv -f svr4_sysent.c svr4_sysent.c.bak
+ -mv -f svr4_syscall.h svr4_syscall.h.bak
+ -mv -f svr4_proto.h svr4_proto.h.bak
+ sh ../kern/makesyscalls.sh syscalls.master syscalls.conf