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