]> git.saurik.com Git - apple/xnu.git/blobdiff - Makefile
xnu-344.21.73.tar.gz
[apple/xnu.git] / Makefile
index 00fd1ce02bc7a181c4442dba5c65bb893ed3ada6..d843488d305a2117e32259fff8dec77fec4e8351 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,18 @@
 ifndef VERSDIR
 export VERSDIR=$(shell /bin/pwd)
 endif
+ifndef SRCROOT
+export SRCROOT=$(shell /bin/pwd)
+endif
+ifndef OBJROOT
+export OBJROOT=$(SRCROOT)/BUILD/obj
+endif
+ifndef DSTROOT
+export DSTROOT=$(SRCROOT)/BUILD/dst
+endif
+ifndef SYMROOT
+export SYMROOT=$(SRCROOT)/BUILD/sym
+endif
 
 export MakeInc_cmd=${VERSDIR}/makedefs/MakeInc.cmd
 export MakeInc_def=${VERSDIR}/makedefs/MakeInc.def
@@ -38,7 +50,8 @@ INST_SUBDIRS =        \
        libsa   \
        iokit   \
        osfmk   \
-       bsd
+       bsd     \
+       config
 
 INSTALL_FILE_LIST= \
        mach_kernel
@@ -46,5 +59,8 @@ INSTALL_FILE_LIST= \
 INSTALL_FILE_DIR= \
        /
 
+INSTMAN_SUBDIRS = \
+       bsd
+
 include $(MakeInc_rule)
 include $(MakeInc_dir)