Loading...
--- xnu/xnu-12377.101.15/tests/driverkit/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-ifdef BASEDSTROOT
-override DSTROOT = $(BASEDSTROOT)
-endif
-
-# the xnu build system will only ever call us with the default target
-.DEFAULT_GOAL := install
-
-install:
- mkdir -p $(DSTROOT)/AppleInternal
-
-