diff options
Diffstat (limited to 'dns/maradns/files/patch-parse-Makefile')
-rw-r--r-- | dns/maradns/files/patch-parse-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dns/maradns/files/patch-parse-Makefile b/dns/maradns/files/patch-parse-Makefile deleted file mode 100644 index dd8e62e9fbcd..000000000000 --- a/dns/maradns/files/patch-parse-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - - #FLAGS = -O2 --FLAGS = -g -+FLAGS = -g $(CFLAGS) - - all: $(EXECS) - |