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..f6074fa14dfa --- /dev/null +++ b/dns/maradns/files/patch-tools_Makefile @@ -0,0 +1,11 @@ +--- tools/Makefile.orig Sat Jun 2 13:33:56 2007 ++++ tools/Makefile Sat Jun 2 13:38:09 2007 +@@ -27,7 +27,7 @@ + $(CC) $(FLAGS) -o benchmark benchmark.c $(OBJECTS) $(POBJECTS) + + duende: duende.c +- $(CC) $(FLAGS) -o duende duende.c ++ $(CC) $(FLAGS) -o duende duende.c -lutil + + strip.control: strip.control.c + $(CC) $(FLAGS) -o strip.control strip.control.c |