summaryrefslogtreecommitdiff
path: root/net/maradns/files/patch-parse-Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-08-13 16:10:54 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-08-13 16:10:54 +0000
commitd9654c368b8d5707611e23dd14a793cd2d944257 (patch)
tree8ee64eaa0b94c93ace1624ce82bf0598f720d029 /net/maradns/files/patch-parse-Makefile
parentThese ports depend on compat3x, so make them depend on misc/compat3x: (diff)
Update to version 0.8.06
PR: 29149 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=46200
Diffstat (limited to 'net/maradns/files/patch-parse-Makefile')
-rw-r--r--net/maradns/files/patch-parse-Makefile27
1 files changed, 2 insertions, 25 deletions
diff --git a/net/maradns/files/patch-parse-Makefile b/net/maradns/files/patch-parse-Makefile
index f3ae49178c1e..dd8e62e9fbcd 100644
--- a/net/maradns/files/patch-parse-Makefile
+++ b/net/maradns/files/patch-parse-Makefile
@@ -1,5 +1,5 @@
---- parse/Makefile.orig Sun Jul 8 15:41:39 2001
-+++ parse/Makefile Sun Jul 8 15:42:39 2001
+--- parse/Makefile.orig Sun Jul 22 21:22:02 2001
++++ parse/Makefile Sun Jul 22 21:22:17 2001
@@ -6,7 +6,7 @@
EXECS=parsetest parsetest2
@@ -9,26 +9,3 @@
all: $(EXECS)
-@@ -17,17 +17,17 @@
- cd libs ; make
-
- ParseMaraRc.o: ParseMaraRc.c ../libs/JessStr.h ../libs/MaraHash.h ../MaraDns.h
-- gcc -c $(FLAGS) -o ParseMaraRc.o ParseMaraRc.c
-+ $(CC) -c $(FLAGS) -o ParseMaraRc.o ParseMaraRc.c
-
- ParseCsv1.o: ParseCsv1.c ../libs/JessStr.h ../libs/MaraHash.h ../MaraDns.h
-- gcc -c $(FLAGS) -o ParseCsv1.o ParseCsv1.c
-+ $(CC) -c $(FLAGS) -o ParseCsv1.o ParseCsv1.c
-
- ParseIpAcl.o: ParseIpAcl.c ../libs/JessStr.h ../libs/MaraHash.h ../MaraDns.h
-- gcc -c $(FLAGS) -o ParseIpAcl.o ParseIpAcl.c
-+ $(CC) -c $(FLAGS) -o ParseIpAcl.o ParseIpAcl.c
-
- parsetest: parsetest.c $(OBJECTS)
-- gcc $(FLAGS) -o parsetest parsetest.c $(OBJECTS)
-+ $(CC) $(FLAGS) -o parsetest parsetest.c $(OBJECTS)
-
- parsetest2: parsetest2.c $(OBJECTS)
-- gcc $(FLAGS) -o parsetest2 parsetest2.c $(OBJECTS)
-+ $(CC) $(FLAGS) -o parsetest2 parsetest2.c $(OBJECTS)
-