buildit
changeset 648 aca390d422ee
parent 599 c195ef96916e
child 705 24ca414edbff
--- a/buildit	Mon Feb 23 15:59:50 2009 -0800
+++ b/buildit	Mon Feb 23 20:10:39 2009 -0800
@@ -5,7 +5,7 @@
 #
 ###########################################################################
 #
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the
@@ -34,7 +34,7 @@
 #
 ###########################################################################
 #
-# ident "@(#)buildit	1.6	08/12/19 SMI"
+# ident "@(#)buildit	1.7	09/02/26 SMI"
 #
 
 MAKE_PKGS=0
@@ -56,9 +56,8 @@
 # Add /usr/bin to front of path in case user has /usr/gnu/bin default
 # Add /usr/sbin to path for dtrace
 # Add /usr/X11/bin to path for makedepend
-# Add /opt/sfw/bin to path for lynx
 
-PATH=/usr/bin:$PATH:/usr/sbin:/usr/X11/bin:/opt/sfw/bin
+PATH=/usr/bin:$PATH:/usr/sbin:/usr/X11/bin
 export PATH
 
 [ -d log ] || mkdir log