--- unix/Config.orig 2006-10-01 00:13:05.000000000 -0400 +++ unix/Config 2006-10-01 00:14:11.000000000 -0400 @@ -33,9 +33,9 @@ # even if an old version is currently in use. You can remove # the old version manually later when it is no longer in use. -# TF="/usr/local/bin/tf-${TFVER}" -# LIBDIR="/usr/local/lib/tf-${TFVER}-lib" -# SYMLINK="/usr/local/bin/tf" +TF="/usr/bin/tf-${TFVER}" +LIBDIR="/usr/lib/tf-${TFVER}-lib" +SYMLINK="/usr/bin/tf" ### Manual Page. @@ -44,8 +44,8 @@ # uses nroff format; set MANTYPE=cat if your man uses pre-formatted # vt100 "catman" pages. Default is "cat". -# MANTYPE="nroff" -# MANPAGE="/usr/local/man/man1/tf.1" +#MANTYPE="nroff" +MANPAGE="/usr/share/man/man1/tf.1" ### Flags. @@ -109,7 +109,7 @@ # If unixmake told you to set CC=cc, be sure to uncomment the line below # by removing the leading "#". -# CC=cc +CC=gcc # CCFLAGS="-g" @@ -117,7 +117,7 @@ # tfconfig will use "strip" on the tf binary unless you tell it otherwise. # Set STRIP='' to disable stripping. -# STRIP='' +STRIP='' ### Other Compiler Libraries.