head	1.2;
access;
symbols
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.07.28.18.34.11;	author pav;	state dead;
branches;
next	1.1;

1.1
date	2002.01.26.00.07.18;	author pat;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.2.3

PR:		ports/83777
Submitted by:	Andrej Zverev <az@@inec.ru>
Approved by:	philippe le berre <philippe@@le-berre.com> (maintainer)
@
text
@--- Makefile.orig	Wed Jan 23 23:42:24 2002
+++ Makefile	Wed Jan 23 23:49:22 2002
@@@@ -1,20 +1,4 @@@@
-
-CC =		gcc
-CFLAGS =	-O2 -Wall -ggdb
-
 FTPPROXY =	main.o ftp.o ip-lib.o lib.o
 
-TARGETS =	ftp.proxy
-
-
-all:		$(TARGETS)
-	-ctags *.[ch]
-
-
-ftp.proxy:	$(FTPPROXY)
-	$(CC) -o $@@ $(FTPPROXY)
-
-	
-clean:
-	rm -f *.o cut out $(TARGETS) $(TAR).tar.gz
-
+all: $(FTPPROXY)
+	$(CC) $(CFLAGS) -o ftp.proxy $(FTPPROXY)
@


1.1
log
@Update to 1.1.4

PR:		34186
Submitted by:	maintainer
@
text
@@

