Have USELIBWRAP redefineable

This commit is contained in:
Ruben van Staveren 2014-07-22 19:36:29 +02:00
parent b6de2904f0
commit dedb3672d7
1 changed files with 1 additions and 1 deletions

View File

@ -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