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