components/hwdata/Makefile
changeset 3817 30b42c38bbc4
parent 1948 2d1537e7942d
child 3961 5a5f6cf79a19
--- a/components/hwdata/Makefile	Mon Feb 16 13:54:04 2015 -0800
+++ b/components/hwdata/Makefile	Sun Feb 15 19:02:09 2015 -0600
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -28,7 +28,7 @@
 TPNO_PCI=	7530
 TPNO_USB=	7831
 
-include ../../make-rules/ips.mk
+include $(WS_MAKE_RULES)/ips.mk
 
 # Since upstream only offers the latest snapshot for download, without
 # any way to retrieve a specific version, we just keep the currently
@@ -60,9 +60,6 @@
 PKG_MACROS += $(foreach i,$(ID_FILES),\
     COMPONENT_VERSION_$(i)='$(shell $(ID_VERSION_EXTRACT_COMMAND) $(i))')
 
-# This package delivers only data files and has no dependencies.
-EXTDEPFILES = $(NULLDEPFILE)
-
 # Since we have two separately licensed components we don't use the default
 # license transform rules, but handle the license info metadata directly
 LICENSE_TRANSFORMS =
@@ -106,4 +103,3 @@
 clobber clean::
 	$(RM) -r $(BUILD_DIR)
 
-include ../../make-rules/depend.mk