X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e5568f75972dfc723778653c11cb6b4dc825716a..3903760236c30e3b5ace7a4eefac3a269d68957c:/bsd/Makefile?ds=sidebyside diff --git a/bsd/Makefile b/bsd/Makefile index 5a07086bc..c0cdd42fd 100644 --- a/bsd/Makefile +++ b/bsd/Makefile @@ -3,7 +3,6 @@ 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) @@ -11,65 +10,70 @@ INSTINC_SUBDIRS = \ bsm \ crypto \ dev \ - hfs \ - isofs \ libkern \ machine \ miscfs \ net \ - netat \ netinet \ netinet6 \ netkey \ nfs \ + security \ sys \ - ufs \ + uuid \ vfs -INSTINC_SUBDIRS_PPC = \ - ppc -INSTINC_SUBDIRS_I386 = \ - i386 +INSTINC_SUBDIRS_X86_64 = \ + i386 \ + crypto + +INSTINC_SUBDIRS_X86_64H = \ + i386 \ + crypto + +INSTINC_SUBDIRS_ARM = \ + arm + +INSTINC_SUBDIRS_ARM64 = \ + arm EXPINC_SUBDIRS = \ bsm \ - crypto \ dev \ - hfs \ - isofs \ libkern \ machine \ miscfs \ net \ - netat \ netinet \ netinet6 \ netkey \ - nfs \ + security \ sys \ - ufs \ + uuid \ vfs \ vm -EXPINC_SUBDIRS_PPC = \ - ppc -EXPINC_SUBDIRS_I386 = \ - i386 +EXPINC_SUBDIRS_X86_64 = \ + i386 -SETUP_SUBDIRS = \ - conf +EXPINC_SUBDIRS_X86_64H = \ + i386 -COMP_SUBDIRS = \ - conf +EXPINC_SUBDIRS_ARM = \ + arm + +EXPINC_SUBDIRS_ARM64 = \ + arm -INST_SUBDIRS = \ +COMP_SUBDIRS = \ + conf -INSTMAN_SUBDIRS = \ - man +INSTTEXTFILES_SUBDIRS = \ + dev \ + man \ + sys include $(MakeInc_rule) include $(MakeInc_dir) - -