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