xref: /xnu-12377.61.12/tests/driverkit/Makefile (revision 4d495c6e23c53686cf65f45067f79024cf5dcee8) !
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