]> git.saurik.com Git - apple/xnu.git/blobdiff - Makefile
xnu-344.tar.gz
[apple/xnu.git] / Makefile
index 00fd1ce02bc7a181c4442dba5c65bb893ed3ada6..5adbd70ba166c0df70c361285267d8ca7e658ab7 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
@@ -46,5 +58,8 @@ INSTALL_FILE_LIST= \
 INSTALL_FILE_DIR= \
        /
 
+INSTMAN_SUBDIRS = \
+       bsd
+
 include $(MakeInc_rule)
 include $(MakeInc_dir)