summaryrefslogtreecommitdiffstats
path: root/sys/svr4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/svr4/Makefile')
-rw-r--r--sys/svr4/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/svr4/Makefile b/sys/svr4/Makefile
deleted file mode 100644
index a3eaaf4..0000000
--- a/sys/svr4/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Makefile for syscall tables
-#
-# $FreeBSD$
-
-MAINTAINER= newton@freebsd.org
-
-all:
- @echo "make svr4_sysent.c only"
-
-svr4_syscallnames.c svr4_sysent.c svr4_syscall.h svr4_proto.h: \
- ../kern/makesyscalls.sh syscalls.master syscalls.conf
- -mv -f svr4_syscallnames.c svr4_syscallnames.c.bak
- -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
OpenPOWER on IntegriCloud