diff options
author | Valerie Bubb Fenwick <Valerie.Fenwick@Sun.COM> | 2009-03-30 17:07:05 -0700 |
---|---|---|
committer | Valerie Bubb Fenwick <Valerie.Fenwick@Sun.COM> | 2009-03-30 17:07:05 -0700 |
commit | a69d54d2887d947fa71fcdf2f0940fbf0ca3dd2d (patch) | |
tree | 0aa449dcdc8da84dde8aa726fcccc3319ab3bb30 /usr/src/Makefile | |
parent | fa784a545138315975f166a5e71975a31963533b (diff) | |
download | illumos-joyent-a69d54d2887d947fa71fcdf2f0940fbf0ca3dd2d.tar.gz |
6813765 n2cp has dormant directives
Diffstat (limited to 'usr/src/Makefile')
-rw-r--r-- | usr/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile index 429fbdd076..637660661f 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # Makefile for system source @@ -284,6 +284,7 @@ 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 + @cd $(CLOSED)/uts/sun4v/io/n2cp; pwd; $(MAKE) EXPORT_SRC @cd pkgdefs; pwd; $(MAKE) EXPORT_SRC $(RM) -r $(XMOD_DELETE_FILES) $(RM) Targetdirs+ |