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