f427ee49 A |
1 | ifdef BASEDSTROOT |
2 | override DSTROOT = $(BASEDSTROOT) |
3 | endif |
f427ee49 A |
4 | |
5 | # the xnu build system will only ever call us with the default target |
6 | .DEFAULT_GOAL := install |
7 | |
c3c9b80d A |
8 | install: |
9 | mkdir -p $(DSTROOT)/AppleInternal |
f427ee49 A |
10 | |
11 | |