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