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/libresolv2/Makefile | |
| parent | e765faef9c0385c419aa16d67aa529de3c41ac01 (diff) | |
| download | illumos-joyent-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/libresolv2/Makefile')
| -rw-r--r-- | usr/src/lib/libresolv2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libresolv2/Makefile b/usr/src/lib/libresolv2/Makefile index 70e7158eda..b6bc1c7076 100644 --- a/usr/src/lib/libresolv2/Makefile +++ b/usr/src/lib/libresolv2/Makefile @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. +# Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # @@ -29,7 +29,7 @@ include ../../Makefile.master include ../Makefile.lib MANIFEST= client.xml -MANIFESTDIR= $(ROOT)/var/svc/manifest/network/dns +MANIFESTDIR= $(ROOT)/lib/svc/manifest/network/dns ROOTMANIFEST= $(MANIFEST:%=$(MANIFESTDIR)/%) $(ROOTMANIFEST) := FILEMODE = 444 |
