mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-22 03:30:40 +03:00
Have USELIBWRAP redefineable
This commit is contained in:
parent
e246536be2
commit
42425a8373
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user