X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..3903760236c30e3b5ace7a4eefac3a269d68957c:/bsd/vfs/Makefile diff --git a/bsd/vfs/Makefile b/bsd/vfs/Makefile index ce2bd8753..ee71a736c 100644 --- a/bsd/vfs/Makefile +++ b/bsd/vfs/Makefile @@ -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) - -