]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/Makefile
xnu-6153.121.1.tar.gz
[apple/xnu.git] / bsd / Makefile
index d4df2fc6241e2cd8e114aa113db18061ecfda35c..22db7cb4dd597c8cdf9f9057fb06db8ad4a45aa3 100644 (file)
@@ -3,83 +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 \
        libkern \
        machine \
        miscfs \
        net \
-       netat \
        netinet \
        netinet6 \
        netkey \
        nfs \
        security \
+       pthread \
        sys \
+       sys_private \
        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 
+       arm
+
+INSTINC_SUBDIRS_ARM64 = \
+       arm
 
 EXPINC_SUBDIRS = \
        bsm \
-       crypto \
        dev \
-       hfs \
        libkern \
        machine \
        miscfs \
        net \
-       netat \
        netinet \
        netinet6 \
        netkey \
-       nfs \
        security \
+       pthread \
        sys \
+       sys_private \
        uuid \
        vfs \
        vm
 
-EXPINC_SUBDIRS_PPC = \
-       ppc 
-
-EXPINC_SUBDIRS_I386 = \
-       i386 
 
 EXPINC_SUBDIRS_X86_64 = \
-       i386 
+       i386
+
+EXPINC_SUBDIRS_X86_64H = \
+       i386
 
 EXPINC_SUBDIRS_ARM = \
-       arm 
+       arm
 
-SETUP_SUBDIRS =        \
-       conf
+EXPINC_SUBDIRS_ARM64 = \
+       arm
 
-COMP_SUBDIRS =         \
+COMP_SUBDIRS = \
        conf
 
-INST_SUBDIRS = \
-
-INSTMAN_SUBDIRS = \
-       man
+INSTTEXTFILES_SUBDIRS =        \
+       dev \
+       man \
+       sys
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)