X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..bb59bff194111743b33cc36712410b5656329d3c:/bsd/Makefile?ds=sidebyside diff --git a/bsd/Makefile b/bsd/Makefile index d4df2fc62..e03ce2014 100644 --- a/bsd/Makefile +++ b/bsd/Makefile @@ -16,7 +16,6 @@ INSTINC_SUBDIRS = \ machine \ miscfs \ net \ - netat \ netinet \ netinet6 \ netkey \ @@ -26,59 +25,51 @@ 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 + 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 COMP_SUBDIRS = \ conf -INST_SUBDIRS = \ - -INSTMAN_SUBDIRS = \ +INSTTEXTFILES_SUBDIRS = \ + dev \ + kern \ man include $(MakeInc_rule)