Print this page
*** NO COMMENTS ***

@@ -143,18 +143,18 @@
 #       to be used in preference over a machine independent version
 #       (Such as a machine specific optimization, which preserves the
 #       interfaces.)
 #
 include $(UTSBASE)/sun4/Makefile.files
-include $(UTSTREE)/$(PLATFORM)/Makefile.files
+include $(UTSBASE)/$(PLATFORM)/Makefile.files
 include $(UTSBASE)/sfmmu/Makefile.files
 include $(UTSBASE)/sparc/v9/Makefile.files
 include $(UTSBASE)/sparc/Makefile.files
-include $(UTSTREE)/sun/Makefile.files
+include $(UTSBASE)/sun/Makefile.files
 include $(SRC)/psm/promif/$(PROMIF)/common/Makefile.files
 include $(SRC)/psm/promif/$(PROMIF)/$(PLATFORM)/Makefile.files
-include $(UTSTREE)/common/Makefile.files
+include $(UTSBASE)/common/Makefile.files
 
 #
 #       Include machine independent rules. Note that this does not imply
 #       that the resulting module from rules in Makefile.uts is machine
 #       independent. Only that the build rules are machine independent.