xref: /xnu-8792.81.2/tests/driverkit/Makefile (revision 19c3b8c28c31cb8130e034cfb5df6bf9ba342d90)
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