X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/bsd/Makefile diff --git a/bsd/Makefile b/bsd/Makefile index d4df2fc62..99cd72176 100644 --- a/bsd/Makefile +++ b/bsd/Makefile @@ -16,7 +16,6 @@ INSTINC_SUBDIRS = \ machine \ miscfs \ net \ - netat \ netinet \ netinet6 \ netkey \ @@ -26,59 +25,55 @@ INSTINC_SUBDIRS = \ 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 +INSTINC_SUBDIRS_ARM64 = \ + arm + EXPINC_SUBDIRS = \ bsm \ - crypto \ dev \ hfs \ libkern \ machine \ miscfs \ net \ - netat \ netinet \ netinet6 \ netkey \ - nfs \ security \ sys \ uuid \ vfs \ vm -EXPINC_SUBDIRS_PPC = \ - ppc - -EXPINC_SUBDIRS_I386 = \ +EXPINC_SUBDIRS_X86_64 = \ i386 -EXPINC_SUBDIRS_X86_64 = \ +EXPINC_SUBDIRS_X86_64H = \ i386 EXPINC_SUBDIRS_ARM = \ arm -SETUP_SUBDIRS = \ - conf +EXPINC_SUBDIRS_ARM64 = \ + arm COMP_SUBDIRS = \ conf -INST_SUBDIRS = \ - -INSTMAN_SUBDIRS = \ +INSTTEXTFILES_SUBDIRS = \ + dev \ + kern \ man include $(MakeInc_rule)