]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / libkern / Makefile
index 67e6f4c99b4a13eb29225cd7c725db570f222661..6f52aee26771f525ae6b7aece07dc0924d05b0ce 100644 (file)
@@ -7,27 +7,16 @@ include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
-       libkern \
-       uuid
-INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS}
-INSTINC_SUBDIRS_X86_64 = ${INSTINC_SUBDIRS}
-INSTINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS}
+       libkern
+INSTINC_SUBDIRS_X86_64 = libkern
+INSTINC_SUBDIRS_ARM = libkern
 
 EXPINC_SUBDIRS = \
-       libkern \
-       uuid
-EXPINC_SUBDIRS_I386 = ${EXPINC_SUBDIRS}
-EXPINC_SUBDIRS_X86_64 = ${EXPINC_SUBDIRS}
-EXPINC_SUBDIRS_ARM = ${EXPINC_SUBDIRS}
+       libkern
+EXPINC_SUBDIRS_X86_64 = libkern
+EXPINC_SUBDIRS_ARM = libkern
 
-SETUP_SUBDIRS =
-
-COMP_SUBDIRS_I386 = conf
-COMP_SUBDIRS_X86_64 = conf
-COMP_SUBDIRS_ARM = conf
-
-
-INST_SUBDIRS = 
+COMP_SUBDIRS = conf
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)