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