diff options
Diffstat (limited to 'dns/maradns/files/patch-tools-Makefile')
-rw-r--r-- | dns/maradns/files/patch-tools-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/maradns/files/patch-tools-Makefile b/dns/maradns/files/patch-tools-Makefile new file mode 100644 index 000000000000..8d4e627cbc57 --- /dev/null +++ b/dns/maradns/files/patch-tools-Makefile @@ -0,0 +1,11 @@ +--- tools/Makefile.old Sat May 26 19:36:24 2001 ++++ tools/Makefile Sat May 26 19:36:29 2001 +@@ -5,7 +5,7 @@ + EXECS=askmara strip.control benchmark + + #FLAGS = -O2 +-FLAGS = -g ++FLAGS = -g $(CFLAGS) + + all: $(EXECS) + |