xref: /xnu-10002.61.3/tests/driverkit/Makefile (revision 0f4c859e951fba394238ab619495c4e1d54d0f34)
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