]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/Makefile
xnu-6153.121.1.tar.gz
[apple/xnu.git] / bsd / Makefile
index 5a07086bcbeb2a595d1747a74803b10437907fcf..22db7cb4dd597c8cdf9f9057fb06db8ad4a45aa3 100644 (file)
@@ -3,73 +3,83 @@ 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 \
-       isofs \
        libkern \
        machine \
        miscfs \
        net \
-       netat \
        netinet \
        netinet6 \
        netkey \
        nfs \
+       security \
+       pthread \
        sys \
-       ufs \
+       sys_private \
+       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 \
+       pthread \
        sys \
-       ufs \
+       sys_private \
+       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
 
-INST_SUBDIRS = \
+EXPINC_SUBDIRS_ARM64 = \
+       arm
 
-INSTMAN_SUBDIRS = \
-       man
+COMP_SUBDIRS = \
+       conf
+
+INSTTEXTFILES_SUBDIRS =        \
+       dev \
+       man \
+       sys
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-