components/bind/Makefile
changeset 3817 30b42c38bbc4
parent 3541 37a03b73b5a4
child 4339 6501cf9c29f9
--- a/components/bind/Makefile	Mon Feb 16 13:54:04 2015 -0800
+++ b/components/bind/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
 
@@ -39,9 +39,9 @@
 
 TPNO=			20537
 
-include ../../make-rules/prep.mk
-include ../../make-rules/configure.mk
-include ../../make-rules/ips.mk
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
 
 # Build.
 #
@@ -81,8 +81,6 @@
 
 build:		$(BUILD_32)
 
-include ../../make-rules/shared-targets.mk
-
 # Install.
 #
 # Currently manual pages are distributed from pkg:/system/manual@.
@@ -168,6 +166,9 @@
 test-clean:
 	$(RM) $(TEST_32) $(FULL_TEST_32)
 
-BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
-
-include ../../make-rules/depend.mk
+REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += library/security/openssl
+REQUIRED_PACKAGES += network/dns/bind
+REQUIRED_PACKAGES += shell/ksh93
+REQUIRED_PACKAGES += system/core-os
+REQUIRED_PACKAGES += system/library