]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/miscfs/routefs/Makefile
xnu-6153.61.1.tar.gz
[apple/xnu.git] / bsd / miscfs / routefs / Makefile
index 1076c57a37e0aa439b538daa65a2a3f09efb16d4..1a4f5095c38f271a78a8a0dd30d4ec4947a8156d 100644 (file)
@@ -3,11 +3,10 @@ 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 = 
+DATAFILES =
 
 KERNELFILES = \
        routefs.h
@@ -18,13 +17,11 @@ INSTALL_MI_DIR = miscfs/routefs
 
 INSTALL_KF_MI_LIST = ${DATAFILES}
 
-INSTALL_KF_MI_LCL_LIST = 
+INSTALL_KF_MI_LCL_LIST =
 
-EXPORT_MI_LIST = 
+EXPORT_MI_LIST =
 
 EXPORT_MI_DIR =        miscfs/routefs
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-