summaryrefslogtreecommitdiff
blob: e980f9d1c202cd434623d9856cdd6c302fa9fc23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--- 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.