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

*** 21,32 **** # # # 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) --- 21,35 ---- # # # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # include ../Makefile.com include ../../Makefile.cmd.64 ! ROOTLINK = $(PROG:%=$(ROOTUSRSBIN64)/%) ! ! install: all $(ROOTUSRSBINPROG) $(ROOTLINK) ! ! $(ROOTLINK): all ! $(RM) $@; $(SYMLINK) ../../sbin/$(@F) $@