head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	v0_3:1.1.1.1
	TRANSPROXY:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2003.03.23.22.43.01;	author arved;	state Exp;
branches;
next	1.3;

1.3
date	2000.02.12.20.52.29;	author imura;	state Exp;
branches;
next	1.2;

1.2
date	99.12.29.08.35.05;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	98.03.28.08.20.31;	author peter;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.03.28.08.20.31;	author peter;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to 1.4

PR:		27903
Submitted by:	Jose Marques <jose.marques@@nottingham.ac.uk>
@
text
@--- Makefile.orig	Fri Aug 18 07:35:46 2000
+++ Makefile	Wed Jun  6 10:31:05 2001
@@@@ -61,17 +61,17 @@@@
 #OPTIONS += -DHAVE_GETOPT_H
 
 # You may need to touch PREFIX, CC and CFLAGS.
-PREFIX = /usr/local
-INSTALL_PROGRAM = install -c -m 555 -o bin -g bin
-INSTALL_MAN = install -c -m 444 -o bin -g bin
+#PREFIX = /usr/local
+#INSTALL_PROGRAM = install -c -m 555 -o bin -g bin
+#INSTALL_MAN = install -c -m 444 -o bin -g bin
 
 # Some make's don't define this.
-RM      = rm -f
+#RM      = rm -f
 
 # Should be OK for GNU gcc.
-CC      = gcc
-CFLAGS  = -O2 -Wall
-LDFLAGS = -s
+#CC      = gcc
+#CFLAGS  = -O2 -Wall
+#LDFLAGS = -s
 
 # For using BIND resolver instead of system resolver.
 #LIBS    += -lresolv	# Really old Linux has this.
@@@@ -100,7 +100,7 @@@@
 	$(RM) tproxy
 
 install:	tproxy
-	$(INSTALL_PROGRAM) tproxy $(PREFIX)/sbin
-	$(INSTALL_PROGRAM) tproxyrun $(PREFIX)/sbin
-	$(INSTALL_PROGRAM) tproxywatch $(PREFIX)/sbin
-	$(INSTALL_MAN) tproxy.8 $(PREFIX)/man/man8
+	$(BSD_INSTALL_PROGRAM) tproxy $(PREFIX)/sbin
+	$(BSD_INSTALL_SCRIPT) tproxyrun $(PREFIX)/sbin
+	$(BSD_INSTALL_SCRIPT) tproxywatch $(PREFIX)/sbin
+	$(BSD_INSTALL_MAN) tproxy.8 $(PREFIX)/man/man8
@


1.3
log
@Update to version 1.2.

PR:		16590
Submitted by:	John Saunders <john@@nlc.net.au>
@
text
@d1 3
a3 3
--- Makefile.orig	Wed Feb  9 09:59:09 2000
+++ Makefile	Wed Feb  9 11:12:59 2000
@@@@ -57,17 +57,18 @@@@
d20 1
a20 1
-CFLAGS  = -O2 -Wall $(OPTIONS)
d23 1
a23 2
+#CFLAGS  = -O2 -Wall $(OPTIONS)
+CFLAGS  += $(OPTIONS)
d28 1
a28 1
@@@@ -96,7 +97,7 @@@@
@


1.2
log
@Update to version 1.0.

Submitted by:	John Saunders <john@@nlc.net.au>
@
text
@d1 3
a3 3
--- Makefile.orig	Mon Jul 12 11:55:33 1999
+++ Makefile	Mon Jul 12 12:55:57 1999
@@@@ -56,15 +56,16 @@@@
d10 5
a14 1
-
d16 3
a21 6
-LIBS    += #-lresolv
+#PREFIX = /usr/local
+#INSTALL_PROGRAM = install -c -m 555 -o bin -g bin
+#INSTALL_MAN = install -c -m 444 -o bin -g bin
+
+#RM      = rm -f
a25 1
+#LIBS    += #-lresolv
d27 3
a29 3
 # You shouldn't need to touch anything below this.
 all:		tproxy
@@@@ -85,7 +86,7 @@@@
@


1.1
log
@Initial revision
@
text
@d1 4
a4 5
--- Makefile.dist	Mon Feb 17 22:41:07 1997
+++ Makefile	Fri Mar 27 21:57:17 1998
@@@@ -11,15 +11,15 @@@@
 #	PAY_THE_PENALTY		Slow down if they don't use proxy directly.
 #
d6 20
a25 2
-OPTIONS=-DDNS_LOOKUPS #-DUSELESS_DNS_LOOKUPS
+CFLAGS+=-DIPFILTER -DDNS_LOOKUPS #-DUSELESS_DNS_LOOKUPS
d27 4
a30 15
-CC=gcc
-CFLAGS=-O2 -m486 -Wall $(OPTIONS)
-LDFLAGS=-s
-LIBS= #-lresolv
+#CC=gcc
+#CFLAGS=-O2 -m486 -Wall $(OPTIONS)
+#LDFLAGS=-s
+#LIBS= #-lresolv
 
-RM=rm -f
-INSTALL=install
+#RM=rm -f
+#INSTALL=install
 
 TARGETNAME=in.tproxyd
d32 9
@


1.1.1.1
log
@Import a -current only transparent proxy kit, based on the Linux transproxy
v0.3 tools.  It could probably work with 2.2.x if the ipfilter package was
built and installed.
@
text
@@
