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

@@ -21,36 +21,26 @@
 
 #
 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# ident "%Z%%M% %I%     %E% SMI"
-#
 
 PROG= dtrace
 
 include ../Makefile.cmd
 
-SUBDIRS=        $(MACH) demo test
-$(BUILD64)SUBDIRS += $(MACH64)
+SUBDIRS=        $(MACH64) demo test
 
 all     :=      TARGET = all
 install :=      TARGET = install
 clean   :=      TARGET = clean
 clobber :=      TARGET = clobber
-lint    :=      TARGET = lint
 
 .KEEP_STATE:
 
-all:    $(SUBDIRS)
+all clean clobber install:      $(SUBDIRS)
 
-clean clobber lint:     $(SUBDIRS)
-
-install:        $(SUBDIRS)
-        -$(RM) $(ROOTUSRSBINPROG)
-        -$(LN) $(ISAEXEC) $(ROOTUSRSBINPROG)
-
 $(SUBDIRS):     FRC
         @cd $@; pwd; $(MAKE) $(TARGET)
 
 FRC: