Udiff install-sfw
--- /export/home/steve/work/usr/webrev/src/cmd/lynx/install-sfw-        Tue May  6 21:25:57 2008
+++ install-sfw Tue May  6 05:18:45 2008
@@ -1,5 +1,6 @@
+#!/bin/sh
 # 
 #  CDDL HEADER START
 #
 #  The contents of this file are subject to the terms of the
 #  Common Development and Distribution License (the "License").
@@ -19,21 +20,19 @@
 #  CDDL HEADER END
 #
 #
 
 
-#!/bin/sh
 #
-# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 # install lynx's objects in the proto area, since it would really
 # like to install locally, but that doesn't scale.
 #
-#ident "@(#)install-sfw        1.4     05/10/24 SMI"
 
-VERS=lynx2-8-5
+VERS=lynx2-8-6
 PREFIX=${ROOT}/opt/sfw
 BINDIR=${PREFIX}/bin
 LIBDIR=${PREFIX}/lib
 INCDIR=${PREFIX}/include
 MAN1DIR=${PREFIX}/man/man1
@@ -75,10 +74,12 @@
        lynx.cfg >${LIBDIR}/lynx.cfg
 chmod 644 ${LIBDIR}/lynx.cfg
 
 _fixup_perl samples/mailto-form.pl
 
+cp samples/lynx.lss ${LIBDIR}/lynx.lss
+
 tar cf - C[HO]* PROBLEMS README samples test | \
     (cd ${LIBDIR}/lynx_doc; tar xf -; chmod 755 test samples)
 
 for i in COPYING COPYHEADER
 do