From 358fd2ad07256f729da50c3a376a1cca6edfedf3 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 10 Feb 2012 10:34:15 +0000 Subject: [PATCH] gmake no longer needed. git-svn-id: file:///svn/unbound/trunk@2612 be551aaa-1e26-0410-a405-d3ace91eadb9 --- README | 1 - doc/README | 1 - 2 files changed, 2 deletions(-) diff --git a/README b/README index 04f8bf033..85f918228 100644 --- a/README +++ b/README @@ -1,6 +1,5 @@ Unbound README * ./configure && make && make install -* on BSDs and Solaris use gmake (GNU make). * You can use libevent if you want. libevent is useful when using many (10000) outgoing ports. By default max 256 ports are opened at the same time and the builtin alternative is equally capable and a diff --git a/doc/README b/doc/README index 118326f05..a5b47cf0e 100644 --- a/doc/README +++ b/doc/README @@ -16,7 +16,6 @@ This software is under BSD license, see LICENSE for details. (optional) can use builtin alternative instead. * Make and install: ./configure; make; make install - * Use GNU make; default on linux, often called 'gmake' on BSD and Solaris. * --with-ldns=/path/to/ldns It will dynamically link against it. * --with-libevent=/path/to/libevent