summaryrefslogtreecommitdiff
path: root/net/archie/files/patch-aa
blob: 53e99bf2c5ec44257786e19e5da07ca8850ce3da (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
--- Makefile.orig	Mon Oct 26 15:11:04 1992
+++ Makefile	Tue Jul 28 09:44:38 1998
@@ -2,14 +2,14 @@
 # Makefile for the minimal build for an archie Prospero client.
 #
 # Your C compiler:
-#CC=cc
+CC=cc
 
 # For most systems, these OPTIONS will suffice.  Exceptions:
 #
 #	* If you're on a Stardent, add  -43
 #	* If you're running EP/IX, you may need to add  -systype bsd43
 #	  but try it without it first.
-OPTIONS= -O -I. -I/usr/netinclude -I/usr/ucbinclude
+OPTIONS= -O -I.
 
 # For this, DEFINES is usually ok as-is.  Try it without any of these
 # first; if some stuff fails or shows up undefined, then come back and
@@ -30,7 +30,7 @@
 #     * if your system is lacking strspn(), add               -DSTRSPN
 #     * if you're using the unbundled SparcCompiler on a
 #	Solaris 2 system, add				      -DSOLARIS2
-DEFINES= -DDEBUG
+DEFINES= -DDEBUG -DNOREGEX
 
 # The default Archie server; choose one of:
 #    archie.ans.net		(USA [NY])
@@ -46,7 +46,7 @@
 #
 # Note this only applies to the command-line client; to change the
 # default for the Emacs lisp version, set the archie-server variable.
-ARCHIE= archie.sura.net
+ARCHIE= ftpsearch.ntnu.no
 
 #	Usually LDFLAGS is empty; if, after you build this, archie
 #	 complains that it can't resolve ARCHIE.ANS.NET (or whatever
@@ -84,6 +84,10 @@
 	vlalloc.o vl_comp.o
 
 all: archie
+
+install:
+	install -c -s archie  ${PREFIX}/bin/archie
+	install -c archie.man ${PREFIX}/man/man1/archie.1
 
 archie: $(OBJS)
 	$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)