This is xnu-10002.1.13. See this file in:
export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir

include $(MakeInc_cmd)
include $(MakeInc_def)

DATAFILES =
PRIVATE_DATAFILES =
KERNELFILES =
PRIVATE_KERNELFILES = apple_encrypted_archive.h

INSTALL_MI_LIST = $(empty)
INSTALL_MI_LCL_LIST = $(empty)
INSTALL_KF_MI_LIST = $(empty)
INSTALL_KF_MI_LCL_LIST = ${PRIVATE_KERNELFILES}
EXPORT_MI_LIST = ${INSTALL_KF_MI_LCL_LIST}

INSTALL_MI_DIR = libkern/apple_encrypted_archive
EXPORT_MI_DIR = libkern/apple_encrypted_archive

include $(MakeInc_rule)
include $(MakeInc_dir)