Print this page
16446 dtrace consumers should not be isaexec'd
Change-Id: Ibf80c7283c421cba98e80dce272c6dd51d24bb87

@@ -21,12 +21,15 @@
 #
 #
 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# ident "%Z%%M% %I%     %E% SMI"
-#
 
 include ../Makefile.com
 include ../../Makefile.cmd.64
 
-install: all $(ROOTUSRSBINPROG64)
+ROOTLINK = $(PROG:%=$(ROOTUSRSBIN64)/%)
+
+install: all $(ROOTUSRSBINPROG) $(ROOTLINK)
+
+$(ROOTLINK): all
+        $(RM) $@; $(SYMLINK) ../../sbin/$(@F) $@