]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/vm/Makefile
xnu-1228.5.18.tar.gz
[apple/xnu.git] / osfmk / vm / Makefile
index 2339c55c63e67aea60cf8426fa15776a8984e631..e7e6726e09381ea818e6630ea5a485277539da53 100644 (file)
@@ -10,9 +10,13 @@ include $(MakeInc_def)
 DATAFILES =
 
 EXPORT_ONLY_FILES = \
-       vm_map.h \
+       pmap.h \
+       vm_fault.h \
        vm_kern.h \
-       pmap.h
+       vm_map.h \
+       vm_pageout.h \
+       vm_protos.h \
+       vm_shared_region.h
 
 INSTALL_MI_LIST = ${DATAFILES}