blob: 5fb52d7b746bfd79ea526f4f9d7d33255565b1ff (
plain) (
blame)
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
|
--- ./src/makefile.bsd.orig Sun Oct 31 07:34:57 2004
+++ ./src/makefile.bsd Sat Feb 5 18:04:40 2005
@@ -16,7 +16,7 @@
# directories for target "make localinstall"
lprefix = $(root)/usr/local
lbindir = $(lprefix)/bin
-lhlpdir = $(lprefix)/share/mined
+lhlpdir = $(lprefix)/share/doc/mined/help
lmandir = $(lprefix)/man
INSTALL = install
@@ -87,7 +87,7 @@
# link options
# link dynamically
-LDOPTS=-d y # -d n links statically
+LDOPTS= # -d n links statically
GLDOPTS= # -static links statically
@@ -95,7 +95,7 @@
# compiler selection and compiler-specific options
# (source warnings, optimisation and debug)
-CC=gcc
+#CC=gcc
include mkinclud.$(CC)
|