diff options
Diffstat (limited to 'usr/src/uts/sun4u/montecarlo/Makefile.targ.shared')
| -rw-r--r-- | usr/src/uts/sun4u/montecarlo/Makefile.targ.shared | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/usr/src/uts/sun4u/montecarlo/Makefile.targ.shared b/usr/src/uts/sun4u/montecarlo/Makefile.targ.shared index 08957e054a..0a0ea5baea 100644 --- a/usr/src/uts/sun4u/montecarlo/Makefile.targ.shared +++ b/usr/src/uts/sun4u/montecarlo/Makefile.targ.shared @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,10 +19,10 @@ # CDDL HEADER END # # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" + # # Common targets for sun4u MonteCarlo implementation specific modules. # @@ -31,7 +30,7 @@ # Platform targets # $(ROOT_MONTECARLO_DIR): $(ROOT_PLAT_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) .KEEP_STATE: @@ -39,28 +38,28 @@ $(ROOT_MONTECARLO_DIR): $(ROOT_PLAT_DIR) # Rules for implementation subdirectories. # $(ROOT_MONTECARLO_MOD_DIR): $(ROOT_MONTECARLO_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_MONTECARLO_DACF_DIR_32): $(ROOT_MONTECARLO_MOD_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_MONTECARLO_DACF_DIR_64): $(ROOT_MONTECARLO_DACF_DIR_32) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_MONTECARLO_DRV_DIR_32): $(ROOT_MONTECARLO_MOD_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_MONTECARLO_DRV_DIR_64): $(ROOT_MONTECARLO_DRV_DIR_32) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_MONTECARLO_MISC_DIR_32): $(ROOT_MONTECARLO_MOD_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_MONTECARLO_MISC_DIR_64): $(ROOT_MONTECARLO_MISC_DIR_32) - -$(INS.dir.root.sys) + -$(INS.dir) $(USR_MONTECARLO_DIR): $(USR_PLAT_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(USR_MONTECARLO_INC_DIR): $(USR_MONTECARLO_DIR) -$(INS.slink4) @@ -69,10 +68,10 @@ $(USR_MONTECARLO_SBIN_DIR): $(USR_MONTECARLO_DIR) -$(INS.slink5) $(USR_MONTECARLO_LIB_DIR): $(USR_MONTECARLO_DIR) - -$(INS.dir.root.bin) + -$(INS.dir) $(USR_MONTECARLO_ISYS_DIR): $(USR_MONTECARLO_INC_DIR) - -$(INS.dir.root.bin) + -$(INS.dir) $(ROOT_MONTECARLO_MOD_DIR)/%: $(OBJS_DIR)/% $(ROOT_MONTECARLO_MOD_DIR) FRC $(INS.file) |
