xref: /xnu-8020.101.4/tests/driverkit/Makefile (revision e7776783b89a353188416a9a346c6cdb4928faad)
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