]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/Makefile
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / Makefile
index e03ce2014ee87fc2935cd4183c861af5a3a3a97b..f79dc7046f61288d4a3d927721ba3844e9772952 100644 (file)
@@ -3,7 +3,6 @@ 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)
 
@@ -11,7 +10,6 @@ INSTINC_SUBDIRS = \
        bsm \
        crypto \
        dev \
-       hfs \
        libkern \
        machine \
        miscfs \
@@ -21,10 +19,12 @@ INSTINC_SUBDIRS = \
        netkey \
        nfs \
        security \
+       pthread \
        sys \
        uuid \
        vfs
 
+
 INSTINC_SUBDIRS_X86_64 = \
        i386 \
        crypto
@@ -34,13 +34,14 @@ INSTINC_SUBDIRS_X86_64H = \
        crypto
 
 INSTINC_SUBDIRS_ARM = \
-       arm 
+       arm
 
+INSTINC_SUBDIRS_ARM64 = \
+       arm
 
 EXPINC_SUBDIRS = \
        bsm \
        dev \
-       hfs \
        libkern \
        machine \
        miscfs \
@@ -49,28 +50,32 @@ EXPINC_SUBDIRS = \
        netinet6 \
        netkey \
        security \
+       pthread \
        sys \
        uuid \
        vfs \
        vm
 
+
 EXPINC_SUBDIRS_X86_64 = \
-       i386 
+       i386
 
 EXPINC_SUBDIRS_X86_64H = \
-       i386 
+       i386
 
 EXPINC_SUBDIRS_ARM = \
-       arm 
+       arm
 
+EXPINC_SUBDIRS_ARM64 = \
+       arm
 
-COMP_SUBDIRS =         \
+COMP_SUBDIRS = \
        conf
 
 INSTTEXTFILES_SUBDIRS =        \
        dev \
-       kern \
-       man
+       man \
+       sys
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)