Print this page
3317 dis(1) should support cross-target disassembly

@@ -20,11 +20,10 @@
 #
 #
 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# ident "%Z%%M% %I%     %E% SMI"
 
 ISASRCDIR=../$(MACH)/
 
 include ../Makefile.com
 include ../../Makefile.lib.64

@@ -33,5 +32,7 @@
 
 INSTALL_DEPS_library = $(ROOTLINKS64) $(ROOTLINT64) $(ROOTLIBS64)
 INSTALL_DEPS_standalone = $(ROOTLIBS64)
 
 include ../Makefile.targ
+
+C99MODE = $(C99_ENABLE)