X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..eb6b6ca394357805f2bdba989abae309f718b4d8:/bsd/miscfs/Makefile diff --git a/bsd/miscfs/Makefile b/bsd/miscfs/Makefile index 009da4c3f..fccfd3a14 100644 --- a/bsd/miscfs/Makefile +++ b/bsd/miscfs/Makefile @@ -3,37 +3,24 @@ 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 = \ devfs \ fifofs \ + routefs \ specfs \ - union - -INSTINC_SUBDIRS_PPC = \ - -INSTINC_SUBDIRS_I386 = \ + union \ + nullfs EXPINC_SUBDIRS = \ devfs \ fifofs \ - specfs - -EXPINC_SUBDIRS_PPC = \ - -EXPINC_SUBDIRS_I386 = \ - -SETUP_SUBDIRS = \ - -COMP_SUBDIRS = \ - -INST_SUBDIRS = \ - + routefs \ + specfs \ + union \ + nullfs include $(MakeInc_rule) include $(MakeInc_dir) - -