Makefile
changeset 4196 d697072a92f5
parent 1188 d563dccb5adb
child 4339 6501cf9c29f9
--- a/Makefile	Mon Apr 13 09:25:17 2015 -0500
+++ b/Makefile	Mon Apr 27 10:19:50 2015 -0500
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 include make-rules/shared-macros.mk
@@ -26,6 +26,8 @@
 SUBDIRS += components
 
 download:	TARGET = download
+unpack:		TARGET = unpack
+patch:		TARGET = patch
 prep:		TARGET = prep
 build:		TARGET = build
 install:	TARGET = install
@@ -39,7 +41,7 @@
 
 .DEFAULT:	publish
 
-download setup prep build install publish validate clean clobber \
+download setup unpack patch prep build install publish validate clean clobber \
 test component-hook: $(SUBDIRS)
 
 $(SUBDIRS):	FORCE