mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
930db90bb4
v0.3 tools. It could probably work with 2.2.x if the ipfilter package was built and installed.
26 lines
508 B
Plaintext
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
|
|
|