head	1.6;
access;
symbols
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.4
	greed_0_652:1.1.1.1
	CPIAZZA:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2008.04.29.07.55.16;	author beech;	state dead;
branches;
next	1.5;

1.5
date	2000.03.08.00.32.47;	author cpiazza;	state Exp;
branches;
next	1.4;

1.4
date	99.05.07.01.08.31;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	99.04.25.17.51.23;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	99.04.21.19.13.01;	author mharo;	state Exp;
branches;
next	1.1;

1.1
date	99.04.14.05.27.27;	author mharo;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.14.05.27.27;	author mharo;	state Exp;
branches;
next	;


desc
@@


1.6
log
@2008-02-23 ftp/greed: No longer maintained
@
text
@--- Makefile.orig	Thu Jan 20 10:31:46 2000
+++ Makefile	Tue Mar  7 16:31:40 2000
@@@@ -4,10 +4,10 @@@@
 
 # Where to install binary and manpage on "make install":
 
-PREFIX=/usr
 BINDIR=$(PREFIX)/bin
 MANDIR=$(PREFIX)/man
 SECTION=1
+FLAGS=${CFLAGS}
 
 ###################################################
 ######                                       ######
@@@@ -57,11 +57,10 @@@@
 #CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2'
 
 freebsd:
-	$(MAKE) CC=cc LDFLAGS= \
+	$(MAKE) LDFLAGS= \
 		OBJECTS= \
-		CFLAGS='-Wall -ansi -pedantic -O4 -m486 \
-			-funroll-all-loops -ffast-math -DROT_I386 \
-			-DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \
+		CFLAGS='-funroll-all-loops -ffast-math \
+			-DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \
 		greed
 
 openbsd:
@@@@ -139,12 +138,6 @@@@
 	$(CC) $(CFLAGS) $(LDFLAGS) main.o connect.o download.o \
 		ftpheader.o httpheader.o parse.o util.o proxy.o $(OBJECTS) \
 		-o greed
-	@@echo ""
-	@@echo "Done!  Now just type in 'make install' to install it!"
-	@@echo "Greed will install in /usr, if you want it in another directory,"
-	@@echo "just edit the Makefile and change PREFIX"
-	@@echo ""
-
 
 greed.exe: main.o connect.o $(OBJECTS) ftpheader.o httpheader.o \
 		parse.o util.o download.o Makefile
@


1.5
log
@Update to 0.81+
@
text
@@


1.4
log
@Update to 0.8.

PR:		11540
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- Makefile.orig	Tue May  4 09:49:31 1999
+++ Makefile	Thu May  6 07:12:36 1999
d15 1
a15 1
@@@@ -50,11 +50,10 @@@@
d29 14
a42 1
 solaris:
@


1.3
log
@update to version 0.7

PR:		11301
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- Makefile.orig	Wed Apr 21 07:09:00 1999
+++ Makefile	Fri Apr 23 23:28:02 1999
d15 1
a15 1
@@@@ -52,11 +52,10 @@@@
d22 1
a22 1
-		CFLAGS='-Wall -ansi -pedantic -O4 -m486 -fomit-frame-pointer \
d25 1
a25 1
+		CFLAGS='-fomit-frame-pointer -funroll-all-loops -ffast-math \
@


1.2
log
@Update to greed 0.666 (great version number, huh?)

PR:		11251
Submitted by:	maintainer
@
text
@d2 1
a2 1
+++ Makefile	Tue Apr 20 17:49:19 1999
d25 2
a26 2
+		CFLAGS='-funroll-all-loops -ffast-math \
+			-DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
--- Makefile.orig	Sat Apr 10 03:11:33 1999
+++ Makefile	Tue Apr 13 17:38:53 1999
d7 1
a7 1
-PREFIX=/usr/local
d15 1
a15 1
@@@@ -52,11 +52,11 @@@@
d25 2
a26 3
+		CFLAGS='-fomit-frame-pointer \
+			-funroll-all-loops -ffast-math \
+			-DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \
@


1.1.1.1
log
@A fetch(1) like program that includes resume support.

PR:		11124
Submitted by:	Chris Piazza cpiazza@@home.net
@
text
@@
