open-src/data/Makefile
changeset 380 bd6a6bdd1d17
parent 253 88e5aa1fb5f9
child 493 f43507b5737d
--- a/open-src/data/Makefile	Mon Mar 24 17:52:15 2008 -0700
+++ b/open-src/data/Makefile	Tue Mar 25 10:46:10 2008 -0700
@@ -1,6 +1,6 @@
 # Makefile for X Consolidation Open Source data modules
 #
-# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use subject to license terms.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.2	07/11/16
+# @(#)Makefile	1.3	08/03/25
 #
 ###############################################################################
 
@@ -51,6 +51,9 @@
 download:
 	$(MAKE) $(MFLAGS) subdirs OS_TARGET=download
 
+source:
+	$(MAKE) $(MFLAGS) subdirs OS_TARGET=source
+
 subdirs:
 	@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
 	for i in $(OS_SUBDIRS) ;\