diff options
| author | jmcp <James.McPherson@Sun.COM> | 2009-07-29 16:56:03 -0700 |
|---|---|---|
| committer | jmcp <James.McPherson@Sun.COM> | 2009-07-29 16:56:03 -0700 |
| commit | 24fe0b3bf671e123467ce1df0b67cadd3614c8e4 (patch) | |
| tree | b1dbcd8a1c725f5a5c63b280db8456826236565d /usr/src/cmd/picl | |
| parent | 1c4f4ba644d8782956721a39baaa3a53ebc34570 (diff) | |
| download | illumos-joyent-24fe0b3bf671e123467ce1df0b67cadd3614c8e4.tar.gz | |
6864230 hiho, hiho, it'ch chtime for CH to go
Portions contributed by Rich Lowe
Diffstat (limited to 'usr/src/cmd/picl')
89 files changed, 251 insertions, 741 deletions
diff --git a/usr/src/cmd/picl/picld/Makefile b/usr/src/cmd/picl/picld/Makefile index 8790db44e2..f555a18c92 100644 --- a/usr/src/cmd/picl/picld/Makefile +++ b/usr/src/cmd/picl/picld/Makefile @@ -19,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2006 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" -# PROG= picld @@ -36,8 +34,6 @@ ROOTMANIFESTDIR= $(ROOTSVCSYSTEM) ROOTLIBPICLD= $(ROOTLIB)/picl ROOTLIBPICLDDAEMON= $(PROG:%=$(ROOTLIBPICLD)/%) -$(ROOTLIBPICLD) := OWNER= root -$(ROOTLIBPICLD) := GROUP= sys $(ROOTLIBPICLD) := FILEMODE= 755 CPPFLAGS += -I../../../lib/libpicltree -I../../../lib/libpicl diff --git a/usr/src/cmd/picl/plugins/Makefile.com b/usr/src/cmd/picl/plugins/Makefile.com index f692976b7e..a44481ed52 100644 --- a/usr/src/cmd/picl/plugins/Makefile.com +++ b/usr/src/cmd/picl/plugins/Makefile.com @@ -19,11 +19,9 @@ # 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. # -# ident "%Z%%M% %I% %E% SMI" -# # There should be a mapfile here MAPFILES = @@ -39,32 +37,20 @@ CFLAGS += $(CCVERBOSE) DYNFLAGS += $(ZNOLAZYLOAD) ROOTLIBDIR := DIRMODE= 0755 -ROOTLIBDIR := OWNER= root -ROOTLIBDIR := GROUP= sys FILEMODE= 0755 DIRMODE= 0755 -OWNER= root -GROUP= sys ROOT_PLATFORM := DIRMODE= 0755 -ROOT_PLATFORM := OWNER= root -ROOT_PLATFORM := GROUP= sys ROOT_PLAT_LIBDIR = $(ROOT_PLATFORM)/lib ROOT_PLAT_LIBDIR := DIRMODE= 0755 -ROOT_PLAT_LIBDIR := OWNER= root -ROOT_PLAT_LIBDIR := GROUP= bin ROOT_PLAT_PICLDIR = $(ROOT_PLAT_LIBDIR)/picl ROOT_PLAT_PICLDIR := DIRMODE= 0755 -ROOT_PLAT_PICLDIR := OWNER= root -ROOT_PLAT_PICLDIR := GROUP= sys ROOT_PLAT_PLUGINDIR = $(ROOT_PLAT_PICLDIR)/plugins ROOT_PLAT_PLUGINDIR := DIRMODE= 0755 -ROOT_PLAT_PLUGINDIR := OWNER= root -ROOT_PLAT_PLUGINDIR := GROUP= sys USR_LIB_PICLDIR = $(ROOT)/usr/lib/picl USR_LIB_PLUGINDIR = $(USR_LIB_PICLDIR)/plugins diff --git a/usr/src/cmd/picl/plugins/common/piclevent/Makefile b/usr/src/cmd/picl/plugins/common/piclevent/Makefile index 16ca0e7419..c1ba0e2398 100644 --- a/usr/src/cmd/picl/plugins/common/piclevent/Makefile +++ b/usr/src/cmd/picl/plugins/common/piclevent/Makefile @@ -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,11 +19,9 @@ # 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" -# LIBRARY= libpiclevent.a VERS= .1 @@ -70,17 +67,6 @@ LDLIBS += -lc -lpicltree -lnvpair LINTFLAGS += -L$(SRC)/lib/libpicltree/$(MACH) -lpicltree - -$(ROOTLIBSYSEVENTDIR) := OWNER= root -$(ROOTLIBSYSEVENTDIR) := GROUP= bin - -$(ROOTLIBSYSEVENTMODDIR) := OWNER= root -$(ROOTLIBSYSEVENTMODDIR) := GROUP= bin - -$(ROOTLIBSYSEVENTMODULES) := OWNER= root -$(ROOTLIBSYSEVENTMODULES) := GROUP= bin - - .KEEP_STATE: SUBDIRS= diff --git a/usr/src/cmd/picl/plugins/sun4u/blade/bsc/Makefile b/usr/src/cmd/picl/plugins/sun4u/blade/bsc/Makefile index ca68a8e414..7274aede33 100644 --- a/usr/src/cmd/picl/plugins/sun4u/blade/bsc/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/blade/bsc/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# # cmd/picl/picl/plugins/sun4u/blade/bsc/Makefile # include $(SRC)/Makefile.psm @@ -46,8 +43,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= picllom.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/blade/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/blade/devtree/Makefile index 308af6340c..22648acd00 100644 --- a/usr/src/cmd/picl/plugins/sun4u/blade/devtree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/blade/devtree/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/blade/devtree/Makefile @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Serverblade1 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= picldevtree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/Makefile b/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/Makefile index 141465ac3a..c75189a6e4 100644 --- a/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -# pragma ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/blade/fruaccess/Makefile @@ -47,8 +43,6 @@ SRCDIR= ../../lib/fruaccess/. LIBS= $(DYNLIB) ROOTLIBDIR = $(ROOT_PLATFORM)/lib -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF = fru_container.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/blade/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/blade/frudata/Makefile index 4d327a34d2..0e76092544 100644 --- a/usr/src/cmd/picl/plugins/sun4u/blade/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/blade/frudata/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/blade/frudata/Makefile @@ -38,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Serverblade1 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/blade/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/blade/frutree/Makefile index 06f40482cb..c71fdb90df 100644 --- a/usr/src/cmd/picl/plugins/sun4u/blade/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/blade/frutree/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/blade/frutree/Makefile @@ -39,8 +35,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Serverblade1 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= piclfrutree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/boston/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/boston/devtree/Makefile index 0c74720581..391bc77645 100644 --- a/usr/src/cmd/picl/plugins/sun4u/boston/devtree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/boston/devtree/Makefile @@ -20,11 +20,9 @@ # # -# 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" -# # cmd/picl/plugins/sun4u/boston/devtree/Makefile # include $(SRC)/Makefile.psm @@ -37,8 +35,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V445 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= picldevtree.conf picl_asr.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/boston/envmon/Makefile b/usr/src/cmd/picl/plugins/sun4u/boston/envmon/Makefile index 038f5a99a1..1d09484472 100644 --- a/usr/src/cmd/picl/plugins/sun4u/boston/envmon/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/boston/envmon/Makefile @@ -20,11 +20,9 @@ # # -# 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" -# # cmd/picl/plugins/sun4u/boston/frutree/Makefile # @@ -38,8 +36,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V445 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONFS = piclenvmon.conf ROOTCONF= $(CONFS:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/boston/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/boston/frudata/Makefile index b4cf29a9b3..01da1eba92 100644 --- a/usr/src/cmd/picl/plugins/sun4u/boston/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/boston/frudata/Makefile @@ -20,11 +20,9 @@ # # -# 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" -# # cmd/picl/plugins/sun4u/boston/frudata/Makefile # @@ -38,8 +36,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V445 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/boston/frudr/Makefile b/usr/src/cmd/picl/plugins/sun4u/boston/frudr/Makefile index d1a309353d..a7d32c8460 100644 --- a/usr/src/cmd/picl/plugins/sun4u/boston/frudr/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/boston/frudr/Makefile @@ -20,11 +20,9 @@ # # -# Copyright 2006 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" -# # cmd/picl/plugins/sun4u/boston/frudr/Makefile # include $(SRC)/Makefile.psm @@ -38,8 +36,6 @@ FRUDR_LINKTO_PLATFORM = SUNW,Sun-Fire-V240 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONFS = fru_PS0.conf fru_PS1.conf fru_PS2.conf fru_PS3.conf CONFS += fru_HDD0.conf fru_HDD1.conf fru_HDD2.conf diff --git a/usr/src/cmd/picl/plugins/sun4u/boston/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/boston/frutree/Makefile index d310eb2d5d..cb4272fbe3 100644 --- a/usr/src/cmd/picl/plugins/sun4u/boston/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/boston/frutree/Makefile @@ -20,13 +20,11 @@ # # -# Copyright 2006 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" -# # cmd/picl/plugins/sun4u/boston/frutree/Makefile # @@ -40,8 +38,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V445 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys INCDIR1 = . INCDIR2 = ../frudr diff --git a/usr/src/cmd/picl/plugins/sun4u/chalupa/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/chalupa/devtree/Makefile index befb3a9b09..ce6525bcdd 100644 --- a/usr/src/cmd/picl/plugins/sun4u/chalupa/devtree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/chalupa/devtree/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/chalupa/devtree/Makefile @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V440 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= picldevtree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/chalupa/envmon/Makefile b/usr/src/cmd/picl/plugins/sun4u/chalupa/envmon/Makefile index 7a8fa4491e..f6aa7e7964 100644 --- a/usr/src/cmd/picl/plugins/sun4u/chalupa/envmon/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/chalupa/envmon/Makefile @@ -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,8 +19,7 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/chalupa/frutree/Makefile @@ -37,8 +35,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V440 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONFS = piclenvmon.conf ROOTCONF= $(CONFS:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/Makefile index eac3eda2b1..36eebd137e 100644 --- a/usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/chalupa/frudata/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/chalupa/frudata/Makefile @@ -38,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V440 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/Makefile b/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/Makefile index 8916b76226..eae448ec55 100644 --- a/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/chalupa/frudr/Makefile @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V440 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONFS = fru_PS0.conf fru_PS1.conf CONFS += fru_PSU0.conf fru_PSU1.conf fru_PSU2.conf fru_PSU3.conf diff --git a/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/Makefile index 55297778ad..a8bab74a81 100644 --- a/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/Makefile @@ -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. @@ -19,9 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/chalupa/frutree/Makefile @@ -37,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V440 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys INCDIR1 = . INCDIR2 = ../frudr diff --git a/usr/src/cmd/picl/plugins/sun4u/cherrystone/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/cherrystone/devtree/Makefile index c06533b113..1532dd3343 100644 --- a/usr/src/cmd/picl/plugins/sun4u/cherrystone/devtree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/cherrystone/devtree/Makefile @@ -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. @@ -19,11 +18,8 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright (c) 2001 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # cmd/picl/plugins/sun4u/cherrystone/devtree/Makefile # @@ -37,8 +33,6 @@ include $(SRC)/cmd/picl/plugins/Makefile.com ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-480R ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys install := FILEMODE = 0444 diff --git a/usr/src/cmd/picl/plugins/sun4u/cherrystone/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/cherrystone/frudata/Makefile index bea5ec659a..f53806da57 100644 --- a/usr/src/cmd/picl/plugins/sun4u/cherrystone/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/cherrystone/frudata/Makefile @@ -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. @@ -19,11 +18,8 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright (c) 2000-2001 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # cmd/picl/plugins/sun4u/cherrystone/frudata/Makefile # @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-480R include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/Makefile index b7624e4e85..f8cdfe960c 100644 --- a/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# include $(SRC)/Makefile.psm @@ -50,8 +47,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= piclfrutree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/chicago/envd/Makefile b/usr/src/cmd/picl/plugins/sun4u/chicago/envd/Makefile index 0b5b429e47..b7f00d4e1d 100644 --- a/usr/src/cmd/picl/plugins/sun4u/chicago/envd/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/chicago/envd/Makefile @@ -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,11 +19,9 @@ # 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" -# # cmd/picl/plugins/sun4u/chicago/envd/Makefile # include $(SRC)/Makefile.psm @@ -51,8 +48,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= envmodel.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/chicago/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/chicago/frudata/Makefile index 68c861afe2..7c880814c8 100644 --- a/usr/src/cmd/picl/plugins/sun4u/chicago/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/chicago/frudata/Makefile @@ -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,11 +19,9 @@ # 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" -# # lib/picl/plugins/sun4u/chicago/frudata/Makefile # include $(SRC)/Makefile.psm @@ -37,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,A70 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/chicago/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/chicago/frutree/Makefile index 95bf367dc9..d968a8f8da 100644 --- a/usr/src/cmd/picl/plugins/sun4u/chicago/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/chicago/frutree/Makefile @@ -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,11 +19,9 @@ # 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" -# # lib/picl/plugins/sun4u/chicago/frutree/Makefile # include $(SRC)/Makefile.psm @@ -37,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,A70 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= piclfrutree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) @@ -60,7 +55,7 @@ lint := TARGET= lint all: $(CONF) install: $(ROOTLIBDIR) $(ROOTCONF) - + $(CONF): $(INFOS) $(RM) $@ $(CPP) piclfrutree.info > $@ diff --git a/usr/src/cmd/picl/plugins/sun4u/daktari/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/daktari/devtree/Makefile index 42e04d1420..e8ac4501da 100644 --- a/usr/src/cmd/picl/plugins/sun4u/daktari/devtree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/daktari/devtree/Makefile @@ -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. @@ -19,11 +18,8 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright (c) 2000 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # lib/picl/plugins/daktari/devtree/Makefile # @@ -37,8 +33,6 @@ include $(SRC)/cmd/picl/plugins/Makefile.com ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-880 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys install := FILEMODE = 0444 diff --git a/usr/src/cmd/picl/plugins/sun4u/daktari/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/daktari/frudata/Makefile index dd590e50d0..e0bb53d26e 100644 --- a/usr/src/cmd/picl/plugins/sun4u/daktari/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/daktari/frudata/Makefile @@ -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. @@ -19,11 +18,8 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright (c) 2000-2001 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # cmd/picl/plugins/sun4u/daktari/frudata/Makefile # @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-880 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/Makefile index cc57a32152..fe246c15c3 100644 --- a/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/Makefile @@ -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,11 +19,9 @@ # 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" -# include $(SRC)/Makefile.psm @@ -51,8 +48,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= piclfrutree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/Makefile b/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/Makefile index aed1074e5a..8a82b9ee5a 100644 --- a/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# # cmd/picl/plugins/sun4u/enchilada/envd/Makefile # include $(SRC)/Makefile.psm @@ -51,8 +48,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= envmodel.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/enchilada/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/enchilada/frudata/Makefile index 2fa84d9c94..742a6e15ea 100644 --- a/usr/src/cmd/picl/plugins/sun4u/enchilada/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/enchilada/frudata/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2002 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" -# # lib/picl/plugins/sun4u/enchilada/frudata/Makefile # include $(SRC)/Makefile.psm @@ -37,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-2500 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/Makefile index cd36e5dcd7..fb9ff5bce6 100644 --- a/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2002 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" -# # lib/picl/plugins/sun4u/enchilada/frutree/Makefile # include $(SRC)/Makefile.psm @@ -37,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-2500 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= piclfrutree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) @@ -60,7 +55,7 @@ lint := TARGET= lint all: $(CONF) install: $(ROOTLIBDIR) $(ROOTCONF) - + $(CONF): $(INFOS) $(RM) $@ $(CPP) piclfrutree.info > $@ diff --git a/usr/src/cmd/picl/plugins/sun4u/ents/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/ents/devtree/Makefile index c300e36daf..4ac6eea388 100644 --- a/usr/src/cmd/picl/plugins/sun4u/ents/devtree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/ents/devtree/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2002-2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/ents/devtree/Makefile @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V250 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= picldevtree.conf picl_asr.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/ents/envmon/Makefile b/usr/src/cmd/picl/plugins/sun4u/ents/envmon/Makefile index 29ec2efe62..c187457c0b 100644 --- a/usr/src/cmd/picl/plugins/sun4u/ents/envmon/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/ents/envmon/Makefile @@ -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,8 +19,7 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/ents/frutree/Makefile @@ -37,8 +35,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V250 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONFS = piclenvmon.conf ROOTCONF= $(CONFS:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/ents/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/ents/frudata/Makefile index 3596581b2a..03a1424c95 100644 --- a/usr/src/cmd/picl/plugins/sun4u/ents/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/ents/frudata/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/ents/frudata/Makefile @@ -38,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V250 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/ents/frudr/Makefile b/usr/src/cmd/picl/plugins/sun4u/ents/frudr/Makefile index 7b6eb3aea0..ff0ac687ba 100644 --- a/usr/src/cmd/picl/plugins/sun4u/ents/frudr/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/ents/frudr/Makefile @@ -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. @@ -19,12 +18,9 @@ # # CDDL HEADER END # -# -# Copyright 2004 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" -# # cmd/picl/plugins/sun4u/ents/frudr/Makefile # @@ -41,8 +37,6 @@ FRUDR_LINKTO_PLATFORM = SUNW,Sun-Fire-V240 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONFS = fru_PS0.conf fru_PS1.conf CONFS += fru_HDD0.conf fru_HDD1.conf fru_HDD2.conf diff --git a/usr/src/cmd/picl/plugins/sun4u/ents/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/ents/frutree/Makefile index fc85c439ce..7a6132b8ef 100644 --- a/usr/src/cmd/picl/plugins/sun4u/ents/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/ents/frutree/Makefile @@ -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,8 +19,7 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/ents/frutree/Makefile @@ -37,8 +35,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V250 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys INCDIR1 = . INCDIR2 = ../frudr diff --git a/usr/src/cmd/picl/plugins/sun4u/envmon/Makefile b/usr/src/cmd/picl/plugins/sun4u/envmon/Makefile index e8d724f802..8d1f065dee 100644 --- a/usr/src/cmd/picl/plugins/sun4u/envmon/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/envmon/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# # cmd/picl/plugins/sun4u/envmon/Makefile # include $(SRC)/Makefile.psm @@ -46,8 +43,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys LINTSRC = $(LINTLIB:%.ln=%) ROOTLINTDIR = $(ROOTLIBDIR) diff --git a/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/Makefile b/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/Makefile index 388bca79a3..afe5362311 100644 --- a/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# include $(SRC)/Makefile.psm @@ -50,8 +47,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= envmodel.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/excalibur/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/excalibur/frudata/Makefile index f48f40d95b..00fda41e12 100644 --- a/usr/src/cmd/picl/plugins/sun4u/excalibur/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/excalibur/frudata/Makefile @@ -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. @@ -19,11 +18,8 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright (c) 2000 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # lib/picl/plugins/sun4u/excalibur/frudata/Makefile # @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-1000 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/Makefile index 52a6ce0e66..799e66fc55 100644 --- a/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/Makefile @@ -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. @@ -19,11 +18,8 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright (c) 1999-2000 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # lib/picl/plugins/sun4u/excalibur/frutree/Makefile # @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-1000 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= piclfrutree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) @@ -60,7 +54,7 @@ lint := TARGET= lint all: $(CONF) install: $(ROOTLIBDIR) $(ROOTCONF) - + $(CONF): $(INFOS) $(RM) $@ $(CPP) piclfrutree.info > $@ diff --git a/usr/src/cmd/picl/plugins/sun4u/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/frudata/Makefile index fd2d2da169..988aa07611 100644 --- a/usr/src/cmd/picl/plugins/sun4u/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/frudata/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# LIBRARY= libpiclfrudata.a VERS= .1 @@ -45,8 +42,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CLEANFILES= $(LINTOUT) $(LINTLIB) CLOBBERFILES += $(LIBLINKS) diff --git a/usr/src/cmd/picl/plugins/sun4u/grover/envd/Makefile b/usr/src/cmd/picl/plugins/sun4u/grover/envd/Makefile index db1575873f..6002d0c4d9 100644 --- a/usr/src/cmd/picl/plugins/sun4u/grover/envd/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/grover/envd/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# include $(SRC)/Makefile.psm @@ -48,8 +45,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= envmodel.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/grover/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/grover/frutree/Makefile index 8525570ca5..c6f93ba6b4 100644 --- a/usr/src/cmd/picl/plugins/sun4u/grover/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/grover/frutree/Makefile @@ -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. @@ -19,11 +18,8 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright (c) 1999-2000 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # lib/picl/plugins/sun4u/grover/frutree/Makefile # @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-100 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= piclfrutree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) @@ -60,7 +54,7 @@ lint := TARGET= lint all: $(CONF) install: $(ROOTLIBDIR) $(ROOTCONF) - + $(CONF): $(INFOS) $(RM) $@ $(CPP) piclfrutree.info > $@ diff --git a/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/Makefile b/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/Makefile index d9359605f3..05a2a87f81 100644 --- a/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# include $(SRC)/Makefile.psm @@ -45,8 +42,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys LINTSRC = $(LINTLIB:%.ln=%) ROOTLINTDIR = $(ROOTLIBDIR) diff --git a/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/Makefile b/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/Makefile index 036aec84d4..ab16c18b3f 100644 --- a/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/Makefile @@ -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,9 +19,7 @@ # CDDL HEADER END # # -#pragma ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/lib/fruaccess/Makefile @@ -44,8 +41,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS= $(DYNLIB) ROOTLIBDIR = $(ROOT_PLATFORM)/lib -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF = fru_container.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/littleneck/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/littleneck/devtree/Makefile index 7b5da2e170..730e4518f3 100644 --- a/usr/src/cmd/picl/plugins/sun4u/littleneck/devtree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/littleneck/devtree/Makefile @@ -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. @@ -19,11 +18,8 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright (c) 1999-2000 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # lib/picl/plugins/littleneck/devtree/Makefile # @@ -37,8 +33,6 @@ include $(SRC)/cmd/picl/plugins/Makefile.com ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-280R ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys install := FILEMODE = 0444 diff --git a/usr/src/cmd/picl/plugins/sun4u/littleneck/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/littleneck/frudata/Makefile index a11a3ccd17..b740b5f92f 100644 --- a/usr/src/cmd/picl/plugins/sun4u/littleneck/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/littleneck/frudata/Makefile @@ -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. @@ -19,11 +18,8 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright (c) 2000-2001 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # cmd/picl/plugins/sun4u/littleneck/frudata/Makefile # @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-280R include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/lw2plus/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/lw2plus/devtree/Makefile index 2080ff143f..b063122f37 100644 --- a/usr/src/cmd/picl/plugins/sun4u/lw2plus/devtree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/lw2plus/devtree/Makefile @@ -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. @@ -19,11 +18,8 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright (c) 2001 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # cmd/picl/plugins/sun4u/lw2plus/devtree/Makefile # @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Netra-T4 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= picldevtree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/Makefile b/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/Makefile index 85c99855e1..b133401eee 100644 --- a/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# include $(SRC)/Makefile.psm @@ -45,8 +42,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= fcal_leds.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/lw2plus/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/lw2plus/frudata/Makefile index d29695a8f2..fb21e574fc 100644 --- a/usr/src/cmd/picl/plugins/sun4u/lw2plus/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/lw2plus/frudata/Makefile @@ -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. @@ -19,11 +18,8 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright (c) 2001 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # cmd/picl/plugins/sun4u/lw2p/frudata/Makefile # @@ -38,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Netra-T4 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/Makefile index 353bd376ca..edc856be27 100644 --- a/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/Makefile @@ -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. @@ -19,10 +18,8 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# Copyright (c) 2001 by Sun Microsystems, Inc. -# All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # cmd/picl/plugins/sun4u/lw2plus/frutree/Makefile # @@ -37,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Netra-T4 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= piclfrutree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/Makefile b/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/Makefile index e9dbf188ff..29a68aec18 100644 --- a/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/Makefile @@ -20,11 +20,9 @@ # # -# Copyright 2006 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" -# include $(SRC)/Makefile.psm @@ -48,8 +46,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_LIBDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys LINTSRC = $(LINTLIB:%.ln=%) ROOTLINTDIR = $(ROOTLIBDIR) diff --git a/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/Makefile index b38583029a..2819caf8bd 100644 --- a/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/Makefile @@ -20,11 +20,9 @@ # # -# Copyright 2006 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" -# include $(SRC)/Makefile.psm @@ -51,8 +49,6 @@ SRCS = $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys LINTSRC = $(LINTLIB:%.ln=%) ROOTLINTDIR = $(ROOTLIBDIR) diff --git a/usr/src/cmd/picl/plugins/sun4u/mpxu/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/mpxu/devtree/Makefile index aedb9c9971..5353fc53e9 100644 --- a/usr/src/cmd/picl/plugins/sun4u/mpxu/devtree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/mpxu/devtree/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2002-2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/mpxu/devtree/Makefile @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V240 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= picldevtree.conf picl_asr.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/mpxu/envmon/Makefile b/usr/src/cmd/picl/plugins/sun4u/mpxu/envmon/Makefile index 9146b1b5c7..5f2229f5ff 100644 --- a/usr/src/cmd/picl/plugins/sun4u/mpxu/envmon/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/mpxu/envmon/Makefile @@ -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. @@ -19,9 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/mpxu/frutree/Makefile @@ -37,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V240 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONFS = piclenvmon.conf ROOTCONF= $(CONFS:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/mpxu/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/mpxu/frudata/Makefile index ad13413b2a..ff1bf2e376 100644 --- a/usr/src/cmd/picl/plugins/sun4u/mpxu/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/mpxu/frudata/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/mpxu/frudata/Makefile @@ -38,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V240 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/Makefile b/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/Makefile index 4d02c1fe0c..7624c2cf55 100644 --- a/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/Makefile @@ -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,11 +19,9 @@ # 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" -# include $(SRC)/Makefile.psm @@ -45,24 +42,14 @@ SRCS = $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys PLAT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V440 -PLAT_PLATFORM := OWNER= root -PLAT_PLATFORM := GROUP= sys PLAT_LIB_DIR = $(PLAT_PLATFORM:%=%/lib) -PLAT_LIB_DIR := OWNER= root -PLAT_LIB_DIR := GROUP= bin PLAT_PICL_DIR = $(PLAT_LIB_DIR:%=%/picl) -PLAT_PICL_DIR := OWNER= root -PLAT_PICL_DIR := GROUP= sys PLAT_PLUGINS_DIRS = $(PLAT_PICL_DIR:%=%/plugins) -PLAT_PLUGINS_DIRS := OWNER= root -PLAT_PLUGINS_DIRS := GROUP= sys USR_PLAT_PLUGINS_DYNLIBS = $(PLAT_PLUGINS_DIRS:%=%/$(DYNLIB)) USR_PLAT_PLUGINS_LIBLINKS = $(PLAT_PLUGINS_DIRS:%=%/$(LIBLINKS)) diff --git a/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/Makefile index 1eca0b1777..1574d19255 100644 --- a/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/Makefile @@ -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. @@ -19,9 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/mpxu/frutree/Makefile @@ -37,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V240 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys INCDIR1 = . INCDIR2 = ../frudr diff --git a/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/Makefile b/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/Makefile index dd0a15440a..8beda734ab 100644 --- a/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/Makefile @@ -19,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2006 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" -# # cmd/picl/plugins/sun4u/psvc/psvcplugin/Makefile # LIBRARY= libpsvcplugin.a @@ -50,20 +48,11 @@ PLAT_PLATFORM += $(USR_PLAT_DIR)/SUNW,Sun-Fire-480R PLAT_PLATFORM += $(USR_PLAT_DIR)/SUNW,Sun-Fire-V490 PLAT_PLATFORM += $(USR_PLAT_DIR)/SUNW,Sun-Fire-V890 -PLAT_PLATFORM := OWNER= root -PLAT_PLATFORM := GROUP= sys - PLAT_LIB_DIR = $(PLAT_PLATFORM:%=%/lib) -PLAT_LIB_DIR := OWNER= root -PLAT_LIB_DIR := GROUP= bin PLAT_PICL_DIR = $(PLAT_LIB_DIR:%=%/picl) -PLAT_PICL_DIR := OWNER= root -PLAT_PICL_DIR := GROUP= sys PLAT_PLUGINS_DIRS = $(PLAT_PICL_DIR:%=%/plugins) -PLAT_PLUGINS_DIRS := OWNER= root -PLAT_PLUGINS_DIRS := GROUP= sys USR_PLAT_PLUGINS_DYNLIBS = $(PLAT_PLUGINS_DIRS:%=%/$(DYNLIB)) USR_PLAT_PLUGINS_LIBLINKS = $(PLAT_PLUGINS_DIRS:%=%/$(LIBLINKS)) diff --git a/usr/src/cmd/picl/plugins/sun4u/schumacher/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/schumacher/frudata/Makefile index 94c099ae34..ec90cb5ba8 100644 --- a/usr/src/cmd/picl/plugins/sun4u/schumacher/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/schumacher/frudata/Makefile @@ -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,11 +19,9 @@ # 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" -# # lib/picl/plugins/sun4u/schumacher/frudata/Makefile # include $(SRC)/Makefile.psm @@ -37,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Netra-CP3010 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/schumacher/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/schumacher/frutree/Makefile index 0377ae650e..23db727bca 100644 --- a/usr/src/cmd/picl/plugins/sun4u/schumacher/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/schumacher/frutree/Makefile @@ -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,11 +19,9 @@ # 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" -# # lib/picl/plugins/sun4u/schumacher/frutree/Makefile # include $(SRC)/Makefile.psm @@ -37,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Netra-CP3010 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= piclfrutree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) @@ -58,7 +53,7 @@ lint := TARGET= lint all: $(CONF) install: $(ROOTLIBDIR) $(ROOTCONF) - + $(CONF): $(INFOS) $(RM) $@ $(CPP) piclfrutree.info > $@ diff --git a/usr/src/cmd/picl/plugins/sun4u/seattle/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/seattle/devtree/Makefile index b196fcb2cd..9e294214f3 100644 --- a/usr/src/cmd/picl/plugins/sun4u/seattle/devtree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/seattle/devtree/Makefile @@ -20,12 +20,10 @@ # # -# 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" + # # cmd/picl/plugins/sun4u/seattle/devtree/Makefile # @@ -40,8 +38,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V215 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= picldevtree.conf picl_asr.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/seattle/envmon/Makefile b/usr/src/cmd/picl/plugins/sun4u/seattle/envmon/Makefile index 6ae8fb84cd..dc6765fb41 100644 --- a/usr/src/cmd/picl/plugins/sun4u/seattle/envmon/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/seattle/envmon/Makefile @@ -20,12 +20,9 @@ # # -# 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" # # cmd/picl/plugins/sun4u/seattle/envmon/Makefile # @@ -40,8 +37,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V215 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONFS = piclenvmon.conf ROOTCONF= $(CONFS:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/seattle/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/seattle/frudata/Makefile index f359cd05dd..b4fc38d7f9 100644 --- a/usr/src/cmd/picl/plugins/sun4u/seattle/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/seattle/frudata/Makefile @@ -20,12 +20,10 @@ # # -# 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" + # # cmd/picl/plugins/sun4u/seattle/frudata/Makefile # @@ -40,8 +38,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V215 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/Makefile b/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/Makefile index 393d26ff26..85e2ca34bc 100644 --- a/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/Makefile @@ -20,13 +20,11 @@ # # -# Copyright 2006 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" -# # cmd/picl/plugins/sun4u/seattle/frudr/Makefile # @@ -43,8 +41,6 @@ FRUDR_LINKTO_PLATFORM = SUNW,Sun-Fire-V240 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONFS = fru_PS0.conf fru_PS1.conf CONFS += fru_HDD0.conf fru_HDD1.conf diff --git a/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/Makefile index 3540ddbfb7..0f5ebf300d 100644 --- a/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/Makefile @@ -20,11 +20,9 @@ # # -# Copyright 2006 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" -# # cmd/picl/plugins/sun4u/seattle/frutree/Makefile # @@ -38,8 +36,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V215 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys INCDIR1 = . INCDIR2 = ../frudr diff --git a/usr/src/cmd/picl/plugins/sun4u/sebring/conf/Makefile b/usr/src/cmd/picl/plugins/sun4u/sebring/conf/Makefile index 536e9a91ba..ae962edb0f 100644 --- a/usr/src/cmd/picl/plugins/sun4u/sebring/conf/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/sebring/conf/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/sebring/conf/Makefile @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V490 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLATFORM)/lib -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= platsvcd.conf psvcobj.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/sebring/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/sebring/devtree/Makefile index 0fe753f446..2e010a0c3f 100644 --- a/usr/src/cmd/picl/plugins/sun4u/sebring/devtree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/sebring/devtree/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/sebring/devtree/Makefile @@ -37,8 +33,6 @@ include $(SRC)/cmd/picl/plugins/Makefile.com ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V490 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys install := FILEMODE = 0444 diff --git a/usr/src/cmd/picl/plugins/sun4u/sebring/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/sebring/frudata/Makefile index ad6d3b91cd..048cdf3ad0 100644 --- a/usr/src/cmd/picl/plugins/sun4u/sebring/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/sebring/frudata/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/sebring/frudata/Makefile @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V490 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/sebring/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/sebring/frutree/Makefile index 37db6ab0e7..abc38b7b30 100644 --- a/usr/src/cmd/picl/plugins/sun4u/sebring/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/sebring/frutree/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# include $(SRC)/Makefile.psm @@ -37,8 +34,6 @@ CHERRY_LINKTO_PLATFORM = SUNW,Sun-Fire-480R include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys .KEEP_STATE: diff --git a/usr/src/cmd/picl/plugins/sun4u/sebring/psvcplugin/Makefile b/usr/src/cmd/picl/plugins/sun4u/sebring/psvcplugin/Makefile index ff8cc944f1..2a2326f7af 100644 --- a/usr/src/cmd/picl/plugins/sun4u/sebring/psvcplugin/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/sebring/psvcplugin/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2003 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" -# include $(SRC)/Makefile.psm @@ -37,8 +34,6 @@ CHERRY_LINKTO_PLATFORM = SUNW,Sun-Fire-480R include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys .KEEP_STATE: diff --git a/usr/src/cmd/picl/plugins/sun4u/sebring/psvcpolicy/Makefile b/usr/src/cmd/picl/plugins/sun4u/sebring/psvcpolicy/Makefile index 36c0a64fd7..a06b320262 100644 --- a/usr/src/cmd/picl/plugins/sun4u/sebring/psvcpolicy/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/sebring/psvcpolicy/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2003 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" -# include $(SRC)/Makefile.psm @@ -37,8 +34,6 @@ CHERRY_LINKTO_PLATFORM = SUNW,Sun-Fire-480R include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys .KEEP_STATE: diff --git a/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/Makefile b/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/Makefile index a2f90a6b2e..44416ec824 100644 --- a/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/silverstone/conf/Makefile @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V890 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLATFORM)/lib -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= platsvcd.conf psvcobj.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/silverstone/devtree/Makefile b/usr/src/cmd/picl/plugins/sun4u/silverstone/devtree/Makefile index 473689a906..6698e9cf65 100644 --- a/usr/src/cmd/picl/plugins/sun4u/silverstone/devtree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/silverstone/devtree/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # lib/picl/plugins/silverstone/devtree/Makefile @@ -37,8 +33,6 @@ include $(SRC)/cmd/picl/plugins/Makefile.com ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V890 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys install := FILEMODE = 0444 diff --git a/usr/src/cmd/picl/plugins/sun4u/silverstone/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/silverstone/frudata/Makefile index 81202852f1..d2d6771e79 100644 --- a/usr/src/cmd/picl/plugins/sun4u/silverstone/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/silverstone/frudata/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/picl/plugins/sun4u/silverstone/frudata/Makefile @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V890 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/silverstone/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/silverstone/frutree/Makefile index d7911af092..68e6811ce5 100644 --- a/usr/src/cmd/picl/plugins/sun4u/silverstone/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/silverstone/frutree/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# include $(SRC)/Makefile.psm @@ -37,8 +34,6 @@ DAK_LINKTO_PLATFORM = SUNW,Sun-Fire-880 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys .KEEP_STATE: diff --git a/usr/src/cmd/picl/plugins/sun4u/silverstone/psvcplugin/Makefile b/usr/src/cmd/picl/plugins/sun4u/silverstone/psvcplugin/Makefile index dbb958a35a..51d467dff5 100644 --- a/usr/src/cmd/picl/plugins/sun4u/silverstone/psvcplugin/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/silverstone/psvcplugin/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2003 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" -# include $(SRC)/Makefile.psm @@ -37,8 +34,6 @@ DAK_LINKTO_PLATFORM = SUNW,Sun-Fire-880 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys .KEEP_STATE: diff --git a/usr/src/cmd/picl/plugins/sun4u/silverstone/psvcpolicy/Makefile b/usr/src/cmd/picl/plugins/sun4u/silverstone/psvcpolicy/Makefile index 3174431637..c33d9c3490 100644 --- a/usr/src/cmd/picl/plugins/sun4u/silverstone/psvcpolicy/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/silverstone/psvcpolicy/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2003 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" -# include $(SRC)/Makefile.psm @@ -37,8 +34,6 @@ DAK_LINKTO_PLATFORM = SUNW,Sun-Fire-880 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys .KEEP_STATE: diff --git a/usr/src/cmd/picl/plugins/sun4u/snowbird/Makefile b/usr/src/cmd/picl/plugins/sun4u/snowbird/Makefile index ee285ea8e9..6b83a0cd5c 100644 --- a/usr/src/cmd/picl/plugins/sun4u/snowbird/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/snowbird/Makefile @@ -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,12 +19,10 @@ # CDDL HEADER END # # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#pragma ident "%Z%%M% %I% %E% SMI" - # include library definitions include $(SRC)/lib/Makefile.lib include $(SRC)/Makefile.psm @@ -33,8 +30,6 @@ include $(SRC)/Makefile.psm PLATFORM = SUNW,Netra-CP2300 ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys SUBDIRS= lib conf frutree envmond watchdog .WAIT MSGSUBDIRS= frutree envmond watchdog diff --git a/usr/src/cmd/picl/plugins/sun4u/snowbird/conf/Makefile b/usr/src/cmd/picl/plugins/sun4u/snowbird/conf/Makefile index d62aa4495d..d2bf411ca6 100644 --- a/usr/src/cmd/picl/plugins/sun4u/snowbird/conf/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/snowbird/conf/Makefile @@ -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,12 +19,10 @@ # CDDL HEADER END # # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#pragma ident "%Z%%M% %I% %E% SMI" - include $(SRC)/Makefile.psm # include library definitions @@ -37,8 +34,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/$(PLATFORM) include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF_2300 = SUNW,Netra-CP2300.conf SUNW,Netra-CP2300.RTM.conf envmond.conf diff --git a/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/Makefile b/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/Makefile index 1179ebfdcf..c2a2d7e3e7 100644 --- a/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/Makefile @@ -19,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2006 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" -# include $(SRC)/Makefile.psm @@ -52,8 +50,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CLEANFILES = $(LINTOUT) $(LINTLIB) diff --git a/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/Makefile index fc4f4a4c8d..26585d2071 100644 --- a/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# # cmd/picl/plugins/sun4u/snowbird/frutree/Makefile # @@ -51,8 +48,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS= $(DYNLIB) ROOTLIBDIR= $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR:= OWNER = root -ROOTLIBDIR:= GROUP = sys CLEANFILES= $(LINTOUT) $(LINTLIB) diff --git a/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/Makefile b/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/Makefile index 59a7351935..d0ae930dca 100644 --- a/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# # cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/Makefile # @@ -52,8 +49,6 @@ LIBS = $(DYNLIB) CLEANFILES= $(LINTOUT) $(LINTLIB) ROOTLIBDIR = $(ROOT_PLAT_LIBDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys LINTSRC = $(LINTLIB:%.ln=%) ROOTLINTDIR = $(ROOTLIBDIR) diff --git a/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/Makefile b/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/Makefile index b594cdc990..f6531cd3d7 100644 --- a/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# # cmd/picl/plugins/sun4u/snowbird/lib/smc_util/Makefile # @@ -48,8 +45,6 @@ LIBS = $(DYNLIB) CLEANFILES= $(LINTOUT) $(LINTLIB) ROOTLIBDIR = $(ROOT_PLAT_LIBDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys LINTSRC = $(LINTLIB:%.ln=%) ROOTLINTDIR = $(ROOTLIBDIR) diff --git a/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/Makefile b/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/Makefile index 9961bdd915..d24e64f171 100644 --- a/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/Makefile @@ -19,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2006 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" -# LIBRARY= libpiclwd.a VERS= .1 @@ -44,8 +42,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Netra-CP2300 CLEANFILES= $(LINTOUT) $(LINTLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(SRC)/uts/sun4u/sys -I$(SRC)/uts/common diff --git a/usr/src/cmd/picl/plugins/sun4u/taco/envd/Makefile b/usr/src/cmd/picl/plugins/sun4u/taco/envd/Makefile index 1cfb70a44b..1918094ff2 100644 --- a/usr/src/cmd/picl/plugins/sun4u/taco/envd/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/taco/envd/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# # cmd/picl/plugins/sun4u/taco/envd/Makefile # include $(SRC)/Makefile.psm @@ -51,8 +48,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS = $(DYNLIB) ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= envmodel.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/taco/frudata/Makefile b/usr/src/cmd/picl/plugins/sun4u/taco/frudata/Makefile index 4060191f47..f4c3b3b419 100644 --- a/usr/src/cmd/picl/plugins/sun4u/taco/frudata/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/taco/frudata/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # lib/picl/plugins/sun4u/taco/frudata/Makefile @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-1500 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= libpiclfrudata.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) diff --git a/usr/src/cmd/picl/plugins/sun4u/taco/frutree/Makefile b/usr/src/cmd/picl/plugins/sun4u/taco/frutree/Makefile index 180e3de1ce..e011f2af22 100644 --- a/usr/src/cmd/picl/plugins/sun4u/taco/frutree/Makefile +++ b/usr/src/cmd/picl/plugins/sun4u/taco/frutree/Makefile @@ -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. @@ -19,10 +18,7 @@ # # CDDL HEADER END # -# -# ident "%Z%%M% %I% %E% SMI" -# -# Copyright 2002 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # lib/picl/plugins/sun4u/taco/frutree/Makefile @@ -37,8 +33,6 @@ ROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-1500 include $(SRC)/cmd/picl/plugins/Makefile.com ROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR) -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CONF= piclfrutree.conf ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%) @@ -60,7 +54,7 @@ lint := TARGET= lint all: $(CONF) install: $(ROOTLIBDIR) $(ROOTCONF) - + $(CONF): $(INFOS) $(RM) $@ $(CPP) piclfrutree.info > $@ diff --git a/usr/src/cmd/picl/plugins/sun4v/lib/snmp/Makefile b/usr/src/cmd/picl/plugins/sun4v/lib/snmp/Makefile index c73aad48cc..5f57855e9b 100644 --- a/usr/src/cmd/picl/plugins/sun4v/lib/snmp/Makefile +++ b/usr/src/cmd/picl/plugins/sun4v/lib/snmp/Makefile @@ -20,11 +20,9 @@ # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#pragma ident "%Z%%M% %I% %E% SMI" -# # # cmd/picl/plugins/sun4v/lib/snmp/Makefile @@ -47,8 +45,6 @@ SRCS= $(OBJECTS:%.o=%.c) LIBS= $(DYNLIB) ROOTLIBDIR = $(ROOT_PLATFORM)/lib -ROOTLIBDIR := OWNER = root -ROOTLIBDIR := GROUP = sys CLEANFILES= $(LINTOUT) $(LINTLIB) CLOBBERFILES += $(LIBLINKS) diff --git a/usr/src/cmd/picl/prtpicl/Makefile b/usr/src/cmd/picl/prtpicl/Makefile index 0b8383e1f8..248bcf55ad 100644 --- a/usr/src/cmd/picl/prtpicl/Makefile +++ b/usr/src/cmd/picl/prtpicl/Makefile @@ -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,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2004 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" -# PROG= prtpicl @@ -37,8 +34,6 @@ CPPFLAGS += -I$(SRC)/lib/libpicl LDLIBS += -L$(SRC)/lib/libpicl/$(MACH) -lpicl FILEMODE= 755 -OWNER= root -GROUP= bin .KEEP_STATE: |
