]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/vfs/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / vfs / Makefile
index ce2bd8753962e8d408edf35d99cc4a9a807123b7..ee71a736c1847ccd3538a99825e778d6f6462154 100644 (file)
@@ -3,24 +3,11 @@ 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)
 
-INSTINC_SUBDIRS = \
-
-INSTINC_SUBDIRS_PPC = \
-
-INSTINC_SUBDIRS_I386 = \
-
-EXPINC_SUBDIRS = \
-
-EXPINC_SUBDIRS_PPC = \
-
-EXPINC_SUBDIRS_I386 = \
-
 DATAFILES = \
-        vfs_support.h  
+       vfs_support.h
 
 INSTALL_MI_LIST        = ${DATAFILES}
 
@@ -30,8 +17,5 @@ EXPORT_MI_LIST        = ${DATAFILES}
 
 EXPORT_MI_DIR = vfs
 
-
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-