]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / Makefile
index 4c16828e06893ec5b790e152ecd50e85e026236e..c0cdd42fda390b8c6d4c1d348e63bba5d2b8a0bd 100644 (file)
@@ -3,77 +3,77 @@ 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)
 
 INSTINC_SUBDIRS = \
+       bsm \
        crypto \
        dev \
-       hfs \
-       include \
-       isofs \
        libkern \
        machine \
        miscfs \
        net \
-       netat \
-       netccitt \
        netinet \
        netinet6 \
-       netiso \
        netkey \
-       netns \
        nfs \
+       security \
        sys \
-       ufs \
+       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 = \
-       crypto \
+       bsm \
        dev \
-       hfs \
-       include \
-       isofs \
        libkern \
        machine \
        miscfs \
        net \
-       netat \
-       netccitt \
        netinet \
        netinet6 \
-       netiso \
        netkey \
-       netns \
-       nfs \
+       security \
        sys \
-       ufs \
+       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
+
+EXPINC_SUBDIRS_ARM64 = \
+       arm
 
-INST_SUBDIRS = \
+COMP_SUBDIRS = \
+       conf
 
+INSTTEXTFILES_SUBDIRS =        \
+       dev \
+       man \
+       sys
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-