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