X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..ff6e181ae92fc6f1e89841290f461d1f2f9badd9:/osfmk/vm/Makefile diff --git a/osfmk/vm/Makefile b/osfmk/vm/Makefile index 07ae3474e..f5bc46fa4 100644 --- a/osfmk/vm/Makefile +++ b/osfmk/vm/Makefile @@ -10,10 +10,14 @@ include $(MakeInc_def) DATAFILES = EXPORT_ONLY_FILES = \ - vm_map.h \ + pmap.h \ + task_working_set.h \ + vm_fault.h \ vm_kern.h \ - vm_shared_memory_server.h \ - pmap.h + vm_map.h \ + vm_pageout.h \ + vm_protos.h \ + vm_shared_memory_server.h INSTALL_MI_LIST = ${DATAFILES}