60f6ae2bcc
-- Internet Junkbuster Proxy TM is free privacy-enhancing software that can be run on your PC or by your ISP or company. It blocks requests for URLs (typically banner ads) that match its blockfile. It also deletes unauthorized cookies and other unwanted identifying header information that is exchanged between web servers and browsers. Submitted by Wynand van Dyk <wynand@type01.com> checked by reinhard@ and wilfried@ (thanks!)
13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/04/19 15:46:34 lebel Exp $
|
|
--- Makefile.orig Fri Oct 30 22:58:26 1998
|
|
+++ Makefile Thu Apr 19 11:09:26 2001
|
|
@@ -47,7 +47,7 @@ MORE_CFLAGS = -g
|
|
#MORE_CFLAGS = -relax_pointers
|
|
#LDFLAGS = -map junkbuster.xMAP
|
|
|
|
-CFLAGS = $(DEFAULT_CFLAGS) $(MORE_CFLAGS)
|
|
+CFLAGS += $(DEFAULT_CFLAGS) $(MORE_CFLAGS)
|
|
|
|
OBJS = jcc.$(O) parsers.$(O) filters.$(O) loaders.$(O) bind.$(O) conn.$(O) \
|
|
encode.$(O) ssplit.$(O) socks4.$(O) acl.$(O) gnu_regex.$(O) win32.$(O)
|