X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..HEAD:/bsd/Makefile diff --git a/bsd/Makefile b/bsd/Makefile index d4df2fc62..a11cb1920 100644 --- a/bsd/Makefile +++ b/bsd/Makefile @@ -3,83 +3,96 @@ 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) +SETUP_SUBDIRS = sys + INSTINC_SUBDIRS = \ bsm \ crypto \ dev \ - hfs \ libkern \ machine \ miscfs \ net \ - netat \ netinet \ netinet6 \ netkey \ nfs \ security \ + pthread \ sys \ + sys_private \ uuid \ vfs -INSTINC_SUBDIRS_PPC = \ - ppc - -INSTINC_SUBDIRS_I386 = \ - i386 INSTINC_SUBDIRS_X86_64 = \ - i386 + i386 \ + crypto + +INSTINC_SUBDIRS_X86_64H = \ + i386 \ + crypto INSTINC_SUBDIRS_ARM = \ - arm + arm + +INSTINC_SUBDIRS_ARM64 = \ + arm EXPINC_SUBDIRS = \ bsm \ - crypto \ + crypto/entropy \ dev \ - hfs \ libkern \ machine \ miscfs \ net \ - netat \ netinet \ netinet6 \ netkey \ - nfs \ security \ + pthread \ sys \ + sys_private \ uuid \ vfs \ vm -EXPINC_SUBDIRS_PPC = \ - ppc - -EXPINC_SUBDIRS_I386 = \ - i386 EXPINC_SUBDIRS_X86_64 = \ - i386 + i386 + +EXPINC_SUBDIRS_X86_64H = \ + i386 EXPINC_SUBDIRS_ARM = \ - arm + arm -SETUP_SUBDIRS = \ - conf +EXPINC_SUBDIRS_ARM64 = \ + arm -COMP_SUBDIRS = \ +COMP_SUBDIRS = \ conf -INST_SUBDIRS = \ +INSTTEXTFILES_SUBDIRS = \ + dev \ + man \ + sys + +INSTTEXTFILES_SUBDIRS_X86_64 = \ + dev + +INSTTEXTFILES_SUBDIRS_X86_64H = \ + dev + +INSTTEXTFILES_SUBDIRS_ARM = \ + dev -INSTMAN_SUBDIRS = \ - man +INSTTEXTFILES_SUBDIRS_ARM64 = \ + dev include $(MakeInc_rule) include $(MakeInc_dir)