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