1# $FreeBSD$ 2 3NO_OBJ= 4INCS= boolean.h \ 5 clock.h \ 6 clock_types.defs \ 7 clock_types.h \ 8 error.h \ 9 exception.h \ 10 exception_types.h \ 11 host_info.h \ 12 host_notify.h \ 13 host_priv.h \ 14 host_special_ports.h \ 15 ipc_common.h \ 16 ipc_types.h \ 17 kern_return.h \ 18 mach.h \ 19 mach_error.h \ 20 mach_host.h \ 21 mach_init.h \ 22 mach_interface.h \ 23 mach_port.h \ 24 mach_time.h \ 25 mach_traps.h \ 26 mach_types.defs \ 27 mach_types.h \ 28 mach_vm.h \ 29 machine.h \ 30 memory_object.h \ 31 memory_object_types.h \ 32 message.h \ 33 mig.h \ 34 mig_errors.h \ 35 ndr.h \ 36 notify.h \ 37 policy.h \ 38 port.h \ 39 processor_info.h \ 40 prof_types.h \ 41 rpc.h \ 42 std_types.defs \ 43 std_types.h \ 44 task.h \ 45 task_info.h \ 46 task_policy.h \ 47 task_special_ports.h \ 48 thread_info.h \ 49 thread_special_ports.h \ 50 thread_status.h \ 51 time_value.h \ 52 vm_attributes.h \ 53 vm_behavior.h \ 54 vm_inherit.h \ 55 vm_map.h \ 56 vm_prot.h \ 57 vm_region.h \ 58 vm_statistics.h \ 59 vm_sync.h \ 60 vm_types.h 61INCSDIR=${INCLUDEDIR}/mach 62SUBDIR= device i386 63 64.include <bsd.prog.mk> 65