]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / osfmk / ipc / Makefile
index 8aa306ba6023d064d6450e4cab3a2775a9497981..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)
 
@@ -22,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)
-