summaryrefslogtreecommitdiff
path: root/www/transproxy/files/patch-aa
blob: 2c7145b0a723a6ee797d2c804c0bfdf0d9bd8188 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- Makefile.orig	Wed Feb  9 09:59:09 2000
+++ Makefile	Wed Feb  9 11:12:59 2000
@@ -57,17 +57,18 @@
 #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 $(OPTIONS)
-LDFLAGS = -s
+#CC      = gcc
+#CFLAGS  = -O2 -Wall $(OPTIONS)
+CFLAGS  += $(OPTIONS)
+#LDFLAGS = -s
 
 # For using BIND resolver instead of system resolver.
 #LIBS    += -lresolv	# Really old Linux has this.
@@ -96,7 +97,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