+ xnu supports a number of XBS build aliases, which allow B&I to build
+ the same source submission multiple times in different ways, to
+ produce different results. Each build alias supports the standard
+ "clean", "install", "installsrc", "installhdrs" targets, but
+ conditionalize their behavior on the RC_ProjectName make variable
+ which is passed as the -project argument to ~rc/bin/buildit, which
+ can be one of:
+
+ -project xnu # the default, builds /mach_kernel, kernel-space
+ # headers, user-space headers, man pages,
+ # symbol-set kexts
+
+ -project xnu_debug # a DEBUG kernel in /AppleInternal with dSYM
+
+ -project libkxld # user-space version of kernel linker
+
+ -project libkmod # static library automatically linked into kexts
+
+ -project Libsyscall # automatically generate BSD syscall stubs
+
+