diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-05-09 21:40:01 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-05-09 21:40:01 +0000 |
| commit | 563ae3072168f9961961a1357148cada97b7c18a (patch) | |
| tree | 6ca7317dc17fec7b858686a92253542fe81e5c9f /sys/compat | |
| parent | 065aa0a04f3156087a6dae1f48d12171d91c91e1 (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/svr4/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |
