mirror of
https://github.com/moparisthebest/sslh
synced 2024-11-14 13:15:02 -05:00
fix errors in previous commit...
This commit is contained in:
parent
9beacc63f9
commit
53550ff21e
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
|||||||
VERSION=$(shell ./genver.sh -r)
|
VERSION=$(shell ./genver.sh -r)
|
||||||
USELIBCONFIG=1 # Use libconfig? (necessary to use configuration files)
|
USELIBCONFIG=1 # Use libconfig? (necessary to use configuration files)
|
||||||
USELIBWRAP= # Use libwrap?
|
USELIBWRAP= # Use libwrap?
|
||||||
USELIBCAP=1 # Use libcap?
|
USELIBCAP= # Use libcap?
|
||||||
COV_TEST= # Perform test coverage?
|
COV_TEST= # Perform test coverage?
|
||||||
PREFIX=/usr/local
|
PREFIX=/usr/local
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user