xref: /xnu-10063.141.1/tests/driverkit/Makefile (revision d8b80295118ef25ac3a784134bcf95cd8e88109f)
1ifdef BASEDSTROOT
2override DSTROOT = $(BASEDSTROOT)
3endif
4
5# the xnu build system will only ever call us with the default target
6.DEFAULT_GOAL := install
7
8install:
9	mkdir -p $(DSTROOT)/AppleInternal
10
11
12