]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/Makefile
xnu-2782.30.5.tar.gz
[apple/xnu.git] / bsd / Makefile
index 87836eda0afd24a81f18ff868f178e532a489a31..e03ce2014ee87fc2935cd4183c861af5a3a3a97b 100644 (file)
@@ -12,69 +12,64 @@ INSTINC_SUBDIRS = \
        crypto \
        dev \
        hfs \
-       isofs \
        libkern \
        machine \
        miscfs \
        net \
-       netat \
        netinet \
        netinet6 \
        netkey \
        nfs \
+       security \
        sys \
-       ufs \
        uuid \
        vfs
 
-INSTINC_SUBDIRS_PPC = \
-       ppc 
+INSTINC_SUBDIRS_X86_64 = \
+       i386 \
+       crypto
 
-INSTINC_SUBDIRS_I386 = \
-       i386 
+INSTINC_SUBDIRS_X86_64H = \
+       i386 \
+       crypto
 
 INSTINC_SUBDIRS_ARM = \
        arm 
 
+
 EXPINC_SUBDIRS = \
        bsm \
-       crypto \
        dev \
        hfs \
-       isofs \
        libkern \
        machine \
        miscfs \
        net \
-       netat \
        netinet \
        netinet6 \
        netkey \
-       nfs \
+       security \
        sys \
-       ufs \
        uuid \
        vfs \
        vm
 
-EXPINC_SUBDIRS_PPC = \
-       ppc 
+EXPINC_SUBDIRS_X86_64 = \
+       i386 
 
-EXPINC_SUBDIRS_I386 = \
+EXPINC_SUBDIRS_X86_64H = \
        i386 
 
 EXPINC_SUBDIRS_ARM = \
        arm 
 
-SETUP_SUBDIRS =        \
-       conf
 
 COMP_SUBDIRS =         \
        conf
 
-INST_SUBDIRS = \
-
-INSTMAN_SUBDIRS = \
+INSTTEXTFILES_SUBDIRS =        \
+       dev \
+       kern \
        man
 
 include $(MakeInc_rule)