blob: 6fc7739c333971d48a7ad4114cfba1fc4724aec4 (
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
|
diff -Nur tf-40s1/unix/Config tf-40s1-new/unix/Config
--- tf-40s1/unix/Config Sat Mar 6 16:43:28 1999
+++ tf-40s1-new/unix/Config Tue Jul 3 15:04:45 2001
@@ -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"
|