diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 06:51:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 06:51:56 +0000 |
commit | 02a248da23b192dd04bdb0fe2d61202086e9ceb3 (patch) | |
tree | d5f6c6ae05d01e6c9bb72d7bf819b3d840ac6de7 /sys/kern/Makefile | |
parent | 4999ff4b43ac2d7fd722821f43575a2d6e6d8798 (diff) |
from netbsd; also backup syscallargs.h
Diffstat (limited to 'sys/kern/Makefile')
-rw-r--r-- | sys/kern/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile index 03835f05801..16d7ec0c3a2 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -12,6 +12,7 @@ init_sysent.c syscalls.c ../sys/syscall.h: ${SYSCALLSRC} -mv -f init_sysent.c init_sysent.c.bak -mv -f syscalls.c syscalls.c.bak -mv -f ../sys/syscall.h ../sys/syscall.h.bak + -mv -f ../sys/syscallargs.h ../sys/syscallargs.h.bak sh makesyscalls.sh syscalls.conf syscalls.master # Kernel tags: |