From 1d39d254d116ccf3df96bd5bb2598774f582edac Mon Sep 17 00:00:00 2001 From: clement Date: Mon, 22 Nov 2004 15:43:08 +0000 Subject: - Fix typo in pre-everything:: target. s/WITH_DTPROXY/WITH_TPROXY/ Noticed by: Tristan Woerth --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/haproxy') diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 664ee361f061..d4af76e59ba9 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -36,7 +36,7 @@ pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Available options:" @${ECHO_MSG} "WITH_PCRE: Use pcre regex engine" - @${ECHO_MSG} "WITH_DTPROXY: Enable Transparent proxy support" + @${ECHO_MSG} "WITH_TPROXY: Enable Transparent proxy support" @${ECHO_MSG} "STATS_INTERVAL=###: Statistics interval in milliseconds," @${ECHO_MSG} " (default to 0, disabled)" @${ECHO_MSG} "" -- cgit