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