summaryrefslogtreecommitdiffstats
path: root/sys/kern/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/Makefile')
-rw-r--r--sys/kern/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile
index 21e0f50..f71d5e7 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -7,11 +7,13 @@ ARCH= hp300 i386 luna68k news3400 pmax sparc tahoe vax
all:
@echo "make tags, make links or init_sysent.c only"
-init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall-hide.h: makesyscalls.sh syscalls.master
+init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall-hide.h \
+../sys/sysproto.h: makesyscalls.sh syscalls.master
-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/syscall-hide.h ../sys/syscall-hide.h.bak
+ -mv -f ../sys/sysproto.h ../sys/sysproto.h.bak
sh makesyscalls.sh syscalls.master
# Kernel tags:
OpenPOWER on IntegriCloud