From dedb3672d785210ae80b44eab36ea65dd46461e8 Mon Sep 17 00:00:00 2001 From: Ruben van Staveren Date: Tue, 22 Jul 2014 19:36:29 +0200 Subject: [PATCH] Have USELIBWRAP redefineable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 800af29..2e9de22 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION=$(shell ./genver.sh -r) USELIBCONFIG=1 # Use libconfig? (necessary to use configuration files) -USELIBWRAP= # Use libwrap? +USELIBWRAP?= # Use libwrap? USELIBCAP= # Use libcap? COV_TEST= # Perform test coverage? PREFIX=/usr/local