comparison usr/src/Makefile.psm.targ @ 11498:2fc576d74742

6820480 unified wanboot loader needed 6903594 Unreferenced files and out-of-date comments in usr/src/psm
author Jerry Gilliam <Jerry.Gilliam@Sun.COM>
date Thu, 14 Jan 2010 14:38:50 -0800
parents 6cd5e5169fec
children
comparison
equal deleted inserted replaced
11497:69b45e632792 11498:2fc576d74742
17 # information: Portions Copyright [yyyy] [name of copyright owner] 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 # 18 #
19 # CDDL HEADER END 19 # CDDL HEADER END
20 # 20 #
21 # 21 #
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 22 # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms. 23 # Use is subject to license terms.
24 # 24 #
25 # Makefile.psm.targ, global targets for platform specific modules 25 # Makefile.psm.targ, global targets for platform specific modules
26 26
27 # 27 #
77 $(INS.file) 77 $(INS.file)
78 78
79 $(ROOT_PSM_STRMOD_DIR)/%: $(OBJS_DIR)/% $(ROOT_PSM_STRMOD_DIR) FRC 79 $(ROOT_PSM_STRMOD_DIR)/%: $(OBJS_DIR)/% $(ROOT_PSM_STRMOD_DIR) FRC
80 $(INS.file) 80 $(INS.file)
81 81
82 $(ROOT_PSM_SYS_DIR)/%: $(OBJS_DIR)% $(ROOT_PSM_SYS_DIR) FRC 82 $(ROOT_PSM_SYS_DIR)/%: $(OBJS_DIR)/% $(ROOT_PSM_SYS_DIR) FRC
83 $(INS.file) 83 $(INS.file)
84 84
85 $(ROOT_PSM_MISC_DIR)/%: $(OBJS_DIR)/% $(ROOT_PSM_MISC_DIR) FRC 85 $(ROOT_PSM_MISC_DIR)/%: $(OBJS_DIR)/% $(ROOT_PSM_MISC_DIR) FRC
86 $(INS.file) 86 $(INS.file)
87 87