]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / Makefile
index 03281456d24e9cdd4b657eacd9d598f12dfcba10..c0cdd42fda390b8c6d4c1d348e63bba5d2b8a0bd 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 \
@@ -25,17 +23,24 @@ INSTINC_SUBDIRS = \
        uuid \
        vfs
 
+
 INSTINC_SUBDIRS_X86_64 = \
        i386 \
        crypto
 
+INSTINC_SUBDIRS_X86_64H = \
+       i386 \
+       crypto
+
 INSTINC_SUBDIRS_ARM = \
-       arm 
+       arm
+
+INSTINC_SUBDIRS_ARM64 = \
+       arm
 
 EXPINC_SUBDIRS = \
        bsm \
        dev \
-       hfs \
        libkern \
        machine \
        miscfs \
@@ -49,22 +54,26 @@ EXPINC_SUBDIRS = \
        vfs \
        vm
 
+
 EXPINC_SUBDIRS_X86_64 = \
-       i386 
+       i386
+
+EXPINC_SUBDIRS_X86_64H = \
+       i386
 
 EXPINC_SUBDIRS_ARM = \
-       arm 
+       arm
+
+EXPINC_SUBDIRS_ARM64 = \
+       arm
 
-COMP_SUBDIRS =         \
+COMP_SUBDIRS = \
        conf
 
-INST_SUBDIRS = \
+INSTTEXTFILES_SUBDIRS =        \
        dev \
-       kern
-
-INSTMAN_SUBDIRS = \
-       man
-
+       man \
+       sys
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)