X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..b0d623f7f2ae71ed96e60569f61f9a9a27016e80:/bsd/Makefile diff --git a/bsd/Makefile b/bsd/Makefile index 87836eda0..d4df2fc62 100644 --- a/bsd/Makefile +++ b/bsd/Makefile @@ -12,7 +12,6 @@ INSTINC_SUBDIRS = \ crypto \ dev \ hfs \ - isofs \ libkern \ machine \ miscfs \ @@ -22,8 +21,8 @@ INSTINC_SUBDIRS = \ netinet6 \ netkey \ nfs \ + security \ sys \ - ufs \ uuid \ vfs @@ -33,6 +32,9 @@ INSTINC_SUBDIRS_PPC = \ INSTINC_SUBDIRS_I386 = \ i386 +INSTINC_SUBDIRS_X86_64 = \ + i386 + INSTINC_SUBDIRS_ARM = \ arm @@ -41,7 +43,6 @@ EXPINC_SUBDIRS = \ crypto \ dev \ hfs \ - isofs \ libkern \ machine \ miscfs \ @@ -51,8 +52,8 @@ EXPINC_SUBDIRS = \ netinet6 \ netkey \ nfs \ + security \ sys \ - ufs \ uuid \ vfs \ vm @@ -63,6 +64,9 @@ EXPINC_SUBDIRS_PPC = \ EXPINC_SUBDIRS_I386 = \ i386 +EXPINC_SUBDIRS_X86_64 = \ + i386 + EXPINC_SUBDIRS_ARM = \ arm