]> git.saurik.com Git - apple/xnu.git/blob - tests/driverkit/Makefile
987e08d5749005b35d15e379c32b8e5a933756b0
[apple/xnu.git] / tests / driverkit / Makefile
1 ifdef BASEDSTROOT
2 override DSTROOT = $(BASEDSTROOT)
3 endif
4
5 # the xnu build system will only ever call us with the default target
6 .DEFAULT_GOAL := install
7
8 install:
9 mkdir -p $(DSTROOT)/AppleInternal
10
11