# Define mach-syscalls and sysno-*.
+ifneq ($(no_deps),t)
include $(objpfx)mach-syscalls.mk
+endif
$(objpfx)mach-syscalls.mk: mach/syscall_sw.h syscalls.awk
# Go kludges!!!
sed -n -e '/Unix server implement them/,$$d' \
# Forget about mach_interface.defs for this run. On the next run,
# $(mach-shortcuts) will be set, and that will change how
# mach_interface.defs is processed: it will get the -D flags below.
-user-interfaces := $(filter-out mach/mach_interface
+user-interfaces := $(filter-out mach/mach_interface \
mach/mach_port mach/mach_host,\
$(user-interfaces))
endif