diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /net/archie/files/patch-aa | |
parent | 56cb039977e097ac910b2d719acd77ec3d5fb646 (diff) | |
download | ports-0d98f1227110082e9e507ca236458f6c363e25b6.tar.gz ports-0d98f1227110082e9e507ca236458f6c363e25b6.zip |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_ALPHA/; revision=1805; tag=release/2.0.5a
Diffstat (limited to 'net/archie/files/patch-aa')
-rw-r--r-- | net/archie/files/patch-aa | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/net/archie/files/patch-aa b/net/archie/files/patch-aa deleted file mode 100644 index 53e2ab08cba8..000000000000 --- a/net/archie/files/patch-aa +++ /dev/null @@ -1,63 +0,0 @@ -*** Makefile.orig Fri Oct 21 00:25:31 1994 ---- Makefile Fri Oct 21 00:26:55 1994 -*************** -*** 2,15 **** - # Makefile for the minimal build for an archie Prospero client. - # - # Your C compiler: -! #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 - - # 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 ---- 2,15 ---- - # Makefile for the minimal build for an archie Prospero client. - # - # Your C compiler: -! 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. - - # 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,36 **** - # * if your system is lacking strspn(), add -DSTRSPN - # * if you're using the unbundled SparcCompiler on a - # Solaris 2 system, add -DSOLARIS2 -! DEFINES= -DDEBUG - - # The default Archie server; choose one of: - # archie.ans.net (USA [NY]) ---- 30,36 ---- - # * if your system is lacking strspn(), add -DSTRSPN - # * if you're using the unbundled SparcCompiler on a - # Solaris 2 system, add -DSOLARIS2 -! DEFINES= -DDEBUG -DNOREGEX - - # The default Archie server; choose one of: - # archie.ans.net (USA [NY]) -*************** -*** 84,89 **** ---- 84,93 ---- - 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) |