]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/Makefile
xnu-6153.11.26.tar.gz
[apple/xnu.git] / osfmk / ipc / Makefile
index a8dcf06ad7303de1ce572c3186744f07b03ef409..475de2958f130ebe89d898a238b3619d2d03f55c 100644 (file)
@@ -3,7 +3,6 @@ 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)
 
@@ -13,7 +12,8 @@ EXPORT_ONLY_FILES =   \
        ipc_types.h
 
 EXPORT_PRIVATE_FILES = \
-       ipc_port.h
+       ipc_port.h      \
+       ipc_voucher.h
 
 INSTALL_MI_LIST = ${DATAFILES}
 
@@ -21,10 +21,9 @@ INSTALL_MI_DIR = ipc
 
 EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES}
 
-INSTALL_KF_MI_LCL_LIST = ${EXPORT_ONLY_FILES} ${EXPORT_PRIVATE_FILES} 
+INSTALL_KF_MI_LCL_LIST = ${EXPORT_ONLY_FILES} ${EXPORT_PRIVATE_FILES}
 
 EXPORT_MI_DIR = ipc
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-