X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..39236c6e673c41db228275375ab7fdb0f837b292:/bsd/machine/Makefile?ds=sidebyside diff --git a/bsd/machine/Makefile b/bsd/machine/Makefile index 0c7accd47..929228907 100644 --- a/bsd/machine/Makefile +++ b/bsd/machine/Makefile @@ -10,16 +10,18 @@ include $(MakeInc_def) DATAFILES = \ byte_order.h endian.h fasttrap_isa.h \ - param.h profile.h \ + limits.h param.h profile.h \ setjmp.h signal.h types.h\ - vmparam.h _structs.h _types.h _limits.h _param.h + vmparam.h _structs.h _types.h _limits.h _param.h \ + _mcontext.h KERNELFILES = \ disklabel.h \ byte_order.h endian.h \ - param.h profile.h \ + limits.h param.h profile.h \ signal.h spl.h types.h \ - vmparam.h _structs.h _types.h _limits.h _param.h + vmparam.h _structs.h _types.h _limits.h _param.h \ + _mcontext.h INSTALL_MI_LIST = ${DATAFILES}