]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / Makefile
index 8beb22975f3fc5c32434a864ad075d3cc9f056b7..03281456d24e9cdd4b657eacd9d598f12dfcba10 100644 (file)
@@ -16,7 +16,6 @@ INSTINC_SUBDIRS = \
        machine \
        miscfs \
        net \
-       netat \
        netinet \
        netinet6 \
        netkey \
@@ -26,10 +25,6 @@ INSTINC_SUBDIRS = \
        uuid \
        vfs
 
-INSTINC_SUBDIRS_I386 = \
-       i386 \
-       crypto
-
 INSTINC_SUBDIRS_X86_64 = \
        i386 \
        crypto
@@ -39,39 +34,32 @@ INSTINC_SUBDIRS_ARM = \
 
 EXPINC_SUBDIRS = \
        bsm \
-       crypto \
        dev \
        hfs \
        libkern \
        machine \
        miscfs \
        net \
-       netat \
        netinet \
        netinet6 \
        netkey \
-       nfs \
        security \
        sys \
        uuid \
        vfs \
        vm
 
-EXPINC_SUBDIRS_I386 = \
-       i386 
-
 EXPINC_SUBDIRS_X86_64 = \
        i386 
 
 EXPINC_SUBDIRS_ARM = \
        arm 
 
-SETUP_SUBDIRS =
-
 COMP_SUBDIRS =         \
        conf
 
 INST_SUBDIRS = \
+       dev \
        kern
 
 INSTMAN_SUBDIRS = \