blob: f7205fcede475c20c911e64b58c330ce1cd61266 (
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
--- mk.config 2014-12-07 12:21:28.266555391 +0100
+++ mk.config.new 2014-12-07 12:12:19.892411011 +0100
@@ -6,17 +6,17 @@
#
# Packaging prefix.
#
-PREFIX=/usr/local
+PREFIX=/opt/heirloom
#
# Where to place binaries.
#
-BINDIR=$(PREFIX)/ucb
+BINDIR=$(PREFIX)/bin
#
# Where to place libraries.
#
-LIBDIR=$(PREFIX)/ucblib
+LIBDIR=$(PREFIX)/lib
#
# Where to place ASCII charts and the like.
@@ -26,7 +26,7 @@
#
# Where to place manual pages.
#
-MANDIR=$(PREFIX)/share/man
+MANDIR=$(PREFIX)/man
#
# Where to place the troff macro packages.
@@ -68,7 +68,7 @@
#
# Binaries are stripped with this command after installation.
#
-STRIP=strip -s -R .comment -R .note
+STRIP=strip
#
# The C compiler.
@@ -83,7 +83,7 @@
#
# Compiler flags.
#
-CFLAGS=-O
+#CFLAGS=-O
#
# C preprocessor flags.
@@ -101,7 +101,7 @@
#
# Linker flags.
#
-LDFLAGS=
+#LDFLAGS=
#
# Additional libraries to link with.
|