changeset 7489:91fcc73c7333

6336875 wanboot.c and wbcli.c compiles fail on source product builds
author John.Zolnowsky@Sun.COM
date Thu, 04 Sep 2008 14:51:28 -0700
parents 7e56b7a27a63
children 222675cb8d3f
files usr/src/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/Makefile	Thu Sep 04 14:22:37 2008 -0700
+++ b/usr/src/Makefile	Thu Sep 04 14:51:28 2008 -0700
@@ -22,8 +22,6 @@
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# ident	"%Z%%M%	%I%	%E% SMI"
-#
 # Makefile for system source
 #
 # include global definitions
@@ -270,6 +268,7 @@
 	@cd lib/pam_modules/krb5;   pwd; $(MAKE) EXPORT_SRC
 	@cd lib/udapl; pwd; $(MAKE) EXPORT_SRC
 	@cd lib/libresolv2; pwd; $(MAKE) EXPORT_SRC
+	@cd psm/stand/boot; pwd; $(MAKE) EXPORT_SRC
 	@cd uts/common/crypto/io; pwd; $(MAKE) EXPORT_SRC
 	@cd uts/common/des; pwd; $(MAKE) EXPORT_SRC
 	@cd uts/common/rpc; pwd; $(MAKE) EXPORT_SRC
@@ -281,6 +280,7 @@
 	@cd uts/common; pwd; $(MAKE) EXPORT_SRC
 	@cd uts/sparc; pwd; $(MAKE) EXPORT_SRC
 	@cd $(CLOSED)/uts/sun4u/forthdebug; pwd; $(MAKE) EXPORT_SRC
+	@cd $(CLOSED)/uts/sun4v/forthdebug; pwd; $(MAKE) EXPORT_SRC
 	@cd uts/intel; pwd; $(MAKE) EXPORT_SRC
 	@cd uts/sun4u; pwd; $(MAKE) EXPORT_SRC
 	@cd $(CLOSED)/uts/sun4v/io/ncp;	pwd;	$(MAKE) EXPORT_SRC