1*1b191cb5SApple OSS Distributionsifdef BASEDSTROOT 2*1b191cb5SApple OSS Distributionsoverride DSTROOT = $(BASEDSTROOT) 3*1b191cb5SApple OSS Distributionsendif 4*1b191cb5SApple OSS Distributions 5*1b191cb5SApple OSS Distributions# the xnu build system will only ever call us with the default target 6*1b191cb5SApple OSS Distributions.DEFAULT_GOAL := install 7*1b191cb5SApple OSS Distributions 8*1b191cb5SApple OSS Distributionsinstall: 9*1b191cb5SApple OSS Distributions mkdir -p $(DSTROOT)/AppleInternal 10*1b191cb5SApple OSS Distributions 11*1b191cb5SApple OSS Distributions 12