1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/transproxy/files/patch-aa
Peter Wemm 930db90bb4 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.
1998-03-28 08:20:32 +00:00

26 lines
508 B
Plaintext

--- 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.
#
-OPTIONS=-DDNS_LOOKUPS #-DUSELESS_DNS_LOOKUPS
+CFLAGS+=-DIPFILTER -DDNS_LOOKUPS #-DUSELESS_DNS_LOOKUPS
-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