]> git.saurik.com Git - apple/xnu.git/blame_incremental - tests/driverkit/Makefile
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tests / driverkit / Makefile
... / ...
CommitLineData
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