summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/libelf
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sgs/libelf')
-rw-r--r--usr/src/cmd/sgs/libelf/Makefile.com8
-rw-r--r--usr/src/cmd/sgs/libelf/amd64/Makefile2
-rw-r--r--usr/src/cmd/sgs/libelf/i386/Makefile4
-rw-r--r--usr/src/cmd/sgs/libelf/sparc/Makefile4
-rw-r--r--usr/src/cmd/sgs/libelf/sparcv9/Makefile2
5 files changed, 7 insertions, 13 deletions
diff --git a/usr/src/cmd/sgs/libelf/Makefile.com b/usr/src/cmd/sgs/libelf/Makefile.com
index 7791333dc6..2ff06a2508 100644
--- a/usr/src/cmd/sgs/libelf/Makefile.com
+++ b/usr/src/cmd/sgs/libelf/Makefile.com
@@ -51,6 +51,7 @@ MISCOBJS64= nlist.o
OBJECTS= $(BLTOBJS) $(MACHOBJS) $(COMOBJS) $(CLASSOBJS) $(MISCOBJS)
include $(SRC)/lib/Makefile.lib
+include $(SRC)/lib/Makefile.rootfs
SRCDIR= $(SRC)/cmd/sgs/libelf
@@ -92,13 +93,6 @@ BLTSRCS= $(BLTOBJS:%.o=%.c)
LIBSRCS= $(COMOBJS:%.o=$(SRCDIR)/common/%.c) $(MISCOBJS:%.o=$(SRCDIR)/misc/%.c) \
$(MACHOBJS:%.o=%.c) $(BLTSRCS)
-ROOTFS_DYNLIB= $(DYNLIB:%=$(ROOTFS_LIBDIR)/%)
-
-ROOTFS_DYNLIB64= $(DYNLIB:%=$(ROOTFS_LIBDIR64)/%)
-
-$(ROOTFS_DYNLIB) := FILEMODE= 755
-$(ROOTFS_DYNLIB64) := FILEMODE= 755
-
LIBS = $(DYNLIB)
CLEANFILES += $(BLTSRCS) $(BLTFILES)
diff --git a/usr/src/cmd/sgs/libelf/amd64/Makefile b/usr/src/cmd/sgs/libelf/amd64/Makefile
index 94251398d8..c27090b00c 100644
--- a/usr/src/cmd/sgs/libelf/amd64/Makefile
+++ b/usr/src/cmd/sgs/libelf/amd64/Makefile
@@ -34,6 +34,6 @@ MISCOBJS= $(MISCOBJS64)
.KEEP_STATE:
-install: all .WAIT $(ROOTFS_LIBS64) $(ROOTFS_LINKS64)
+install: all .WAIT $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
include ../Makefile.targ.64
diff --git a/usr/src/cmd/sgs/libelf/i386/Makefile b/usr/src/cmd/sgs/libelf/i386/Makefile
index a14fcadcdb..53cb83ad4d 100644
--- a/usr/src/cmd/sgs/libelf/i386/Makefile
+++ b/usr/src/cmd/sgs/libelf/i386/Makefile
@@ -29,7 +29,7 @@ SGSMSGTARG += $(SGSMSG32)
.KEEP_STATE:
-install: all .WAIT $(ROOTFS_LIBS) $(ROOTFS_LINKS) \
- .WAIT $(ROOTDEMODIRS) .WAIT $(ROOTDEMOFILES)
+install: all .WAIT $(ROOTLIBS) $(ROOTLINKS) \
+ .WAIT $(ROOTDEMODIRS) .WAIT $(ROOTDEMOFILES) $(ROOTCOMPATLINKS)
include ../Makefile.targ
diff --git a/usr/src/cmd/sgs/libelf/sparc/Makefile b/usr/src/cmd/sgs/libelf/sparc/Makefile
index f5e39a6940..9779e5fb83 100644
--- a/usr/src/cmd/sgs/libelf/sparc/Makefile
+++ b/usr/src/cmd/sgs/libelf/sparc/Makefile
@@ -29,7 +29,7 @@ SGSMSGTARG += $(SGSMSG32)
.KEEP_STATE:
-install: all .WAIT $(ROOTFS_LIBS) $(ROOTFS_LINKS) \
- .WAIT $(ROOTDEMODIRS) .WAIT $(ROOTDEMOFILES)
+install: all .WAIT $(ROOTLIBS) $(ROOTLINKS) \
+ .WAIT $(ROOTDEMODIRS) .WAIT $(ROOTDEMOFILES) $(ROOTCOMPATLINKS)
include ../Makefile.targ
diff --git a/usr/src/cmd/sgs/libelf/sparcv9/Makefile b/usr/src/cmd/sgs/libelf/sparcv9/Makefile
index 94251398d8..c27090b00c 100644
--- a/usr/src/cmd/sgs/libelf/sparcv9/Makefile
+++ b/usr/src/cmd/sgs/libelf/sparcv9/Makefile
@@ -34,6 +34,6 @@ MISCOBJS= $(MISCOBJS64)
.KEEP_STATE:
-install: all .WAIT $(ROOTFS_LIBS64) $(ROOTFS_LINKS64)
+install: all .WAIT $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
include ../Makefile.targ.64