usr/src/cmd/apache2/Makefile.sfw
changeset 5 d07534556b03
parent 0 b34509ac961f
--- a/usr/src/cmd/apache2/Makefile.sfw	Sun Dec 20 15:22:13 2009 +0200
+++ b/usr/src/cmd/apache2/Makefile.sfw	Sat Jan 16 18:11:20 2010 +0200
@@ -23,7 +23,7 @@
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-#ident	"@(#)Makefile.sfw	1.34	09/09/01 SMI"	
+#ident	"@(#)Makefile.sfw	1.35	09/12/14 SMI"	
 #
 
 # This Makefile builds both 32 and 64 bit versions of 2 of the popular 
@@ -340,5 +340,8 @@
 clean-modules:
 	(cd modules && $(MAKE) -f Makefile.sfw clean)
 
+# augment the target to check check METADATA files in the modules directory too.
+meta-check::
+	@(cd modules && $(MAKE) -f Makefile.sfw meta-checks)
 
 include ../Makefile.targ