diff options
author | Tom Whitten <Thomas.Whitten@Sun.COM> | 2010-03-25 14:57:35 -0700 |
---|---|---|
committer | Tom Whitten <Thomas.Whitten@Sun.COM> | 2010-03-25 14:57:35 -0700 |
commit | 9444c26f4faabda140242c3986089704c4073ced (patch) | |
tree | 9e367f2f58dc2b2daa66ea7d430e35d834d913b8 /usr/src/lib/efcode/efdaemon | |
parent | e765faef9c0385c419aa16d67aa529de3c41ac01 (diff) | |
download | illumos-gate-9444c26f4faabda140242c3986089704c4073ced.tar.gz |
PSARC 2010/013 SMF Early Manifest Import
6503835 manifest-import should be done earlier in boot
Diffstat (limited to 'usr/src/lib/efcode/efdaemon')
-rw-r--r-- | usr/src/lib/efcode/efdaemon/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/lib/efcode/efdaemon/Makefile b/usr/src/lib/efcode/efdaemon/Makefile index a5a7958f9a..e4e90c5633 100644 --- a/usr/src/lib/efcode/efdaemon/Makefile +++ b/usr/src/lib/efcode/efdaemon/Makefile @@ -19,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# # lib/efcode/efdaemon/Makefile include $(SRC)/cmd/Makefile.cmd @@ -39,8 +37,8 @@ PROG = efdaemon EFTARGETS += $(EFCODEDIR64)/$(PROG) EFTARGETS += $(EFCODEDIR)/efcode.sh -MFSTDIR = $(ROOT)/var/svc/manifest/platform/sun4u -MFSTDIR_SUN4V = $(ROOT)/var/svc/manifest/platform/sun4v +MFSTDIR = $(ROOT)/lib/svc/manifest/platform/sun4u +MFSTDIR_SUN4V = $(ROOT)/lib/svc/manifest/platform/sun4v MANIFEST = efdaemon.xml MANIFEST_SUN4V = efdaemon_sun4v.xml EFTARGETS += $(MFSTDIR)/$(MANIFEST) |