xref: /xnu-10002.41.9/tests/driverkit/Makefile (revision 699cd48037512bf4380799317ca44ca453c82f57)
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