+INSTALL_KF_MI_GEN_LIST =
+
+MAKESYSCALLS = $(SRCROOT)/bsd/kern/makesyscalls.sh
+
+syscall.h: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS)
+ @echo "Generating bsd/sys/$@ from $<";
+ $(_v)$(MAKESYSCALLS) $< header > /dev/null
+
+sysproto.h: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS)
+ @echo "Generating bsd/sys/$@ from $<";
+ $(_v)$(MAKESYSCALLS) $< proto > /dev/null
+