Udiff Makefile.sfw
--- /export/home/steve/work.yasr/usr/webrev/src/cmd/yasr/Makefile.sfw-  Thu Apr 17 21:37:59 2008
+++ Makefile.sfw        Thu Apr 17 21:37:00 2008
@@ -20,16 +20,16 @@
 #
 #
 
 
 #
-# Copyright (c) 2007 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 
 README=README.SFWyasr
-VER=yasr-0.6.7
+VER=yasr-0.6.9
 
 all: $(VER)/config.status
        (cd $(VER); env \
            CC=$(SRC)/tools/gcc CXX=$(SRC)/tools/g++ \
            "LD_OPTIONS=-L/usr/sfw/lib -L${ROOT}/opt/sfw/lib -R/usr/sfw/lib:/opt/sfw/lib" \
@@ -65,8 +65,5 @@
 
 clean:
        -rm -rf $(VER)
 
 include ../Makefile.targ
-
-.SUFFIXES:
-