xref: /xnu-8796.141.3/tests/driverkit/Makefile (revision 1b191cb58250d0705d8a51287127505aa4bc0789)
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