summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/elfdump/Makefile.targ
diff options
context:
space:
mode:
authordamico <none@none>2007-06-25 13:13:44 -0700
committerdamico <none@none>2007-06-25 13:13:44 -0700
commit672986541be54a7a471bb088e60780c37e371d7e (patch)
treeeb30f192e612713a7d07694b6edfd5e4090b27b1 /usr/src/cmd/sgs/elfdump/Makefile.targ
parente534d837fba90a706cc1f8f00151d8427b608cb1 (diff)
downloadillumos-joyent-672986541be54a7a471bb088e60780c37e371d7e.tar.gz
PSARC 2005/420 Movement of /usr/ccs/bin utilities to /usr/bin
6319687 Move ON utilties in /usr/ccs/bin to /usr/bin --HG-- rename : usr/src/cmd/sgs/whatdir/common/whatdir.c => deleted_files/usr/src/cmd/sgs/whatdir/common/whatdir.c rename : usr/src/cmd/sgs/lex/common/ldefs.c => usr/src/cmd/sgs/lex/common/ldefs.h
Diffstat (limited to 'usr/src/cmd/sgs/elfdump/Makefile.targ')
-rw-r--r--usr/src/cmd/sgs/elfdump/Makefile.targ9
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/cmd/sgs/elfdump/Makefile.targ b/usr/src/cmd/sgs/elfdump/Makefile.targ
index 8f87f82964..7d19007e97 100644
--- a/usr/src/cmd/sgs/elfdump/Makefile.targ
+++ b/usr/src/cmd/sgs/elfdump/Makefile.targ
@@ -20,7 +20,7 @@
#
#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
@@ -46,9 +46,6 @@ $(PROG): $(OBJS) $(MAPFILE)
$(LINK.c) -o $@ $(OBJS) $(LDLIBS)
$(POST_PROCESS)
-$(ROOTCCSBIN64)/%: %
- $(INS.file)
-
all: $(PROG)
clean:
@@ -57,8 +54,8 @@ clean:
delete:
$(RM) $(PROG)
-install \
-package: all $(ROOTCCSBINPROG)
+package \
+install: all $(VAR_SGSBINPROG) $(VAR_SGSCCSLINK)
.PARALLEL: $(LINTOUT32) $(LINTOUT64)