aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-05-09 21:40:01 +0000
committerBruce Evans <bde@FreeBSD.org>2000-05-09 21:40:01 +0000
commit563ae3072168f9961961a1357148cada97b7c18a (patch)
tree6ca7317dc17fec7b858686a92253542fe81e5c9f /sys
parent065aa0a04f3156087a6dae1f48d12171d91c91e1 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/svr4/Makefile5
-rw-r--r--sys/svr4/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/compat/svr4/Makefile b/sys/compat/svr4/Makefile
index c8fcdb5206da..a3eaaf4900f1 100644
--- a/sys/compat/svr4/Makefile
+++ b/sys/compat/svr4/Makefile
@@ -7,8 +7,9 @@ MAINTAINER= newton@freebsd.org
all:
@echo "make svr4_sysent.c only"
-svr4_sysent.c svr4_syscall.h svr4_proto.h: ../kern/makesyscalls.sh \
- syscalls.master syscalls.conf
+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
diff --git a/sys/svr4/Makefile b/sys/svr4/Makefile
index c8fcdb5206da..a3eaaf4900f1 100644
--- a/sys/svr4/Makefile
+++ b/sys/svr4/Makefile
@@ -7,8 +7,9 @@ MAINTAINER= newton@freebsd.org
all:
@echo "make svr4_sysent.c only"
-svr4_sysent.c svr4_syscall.h svr4_proto.h: ../kern/makesyscalls.sh \
- syscalls.master syscalls.conf
+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