From: Vladimír Čunát Date: Fri, 13 Jan 2017 17:03:36 +0000 (+0100) Subject: build: be more precise in descriptions X-Git-Tag: v1.2.0-rc1~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abeaa4c36fda7dad1adadba4b664abb4b2f39d02;p=thirdparty%2Fknot-resolver.git build: be more precise in descriptions --- diff --git a/Makefile b/Makefile index 3b6e53593..c52877e44 100644 --- a/Makefile +++ b/Makefile @@ -107,8 +107,8 @@ info: $(info [$(HAS_cmocka)] cmocka (tests/unit)) $(info [$(HAS_libsystemd)] systemd (daemon)) $(info [$(HAS_nettle)] nettle (modules/cookies)) - $(info [$(HAS_ltn12)] Lua socket ltn12 (modules/trust_anchors)) - $(info [$(HAS_ssl.https)] Lua ssl.https (modules/trust_anchors)) + $(info [$(HAS_ltn12)] Lua socket ltn12 (trust anchor bootstrapping)) + $(info [$(HAS_ssl.https)] Lua ssl.https (trust anchor bootstrapping)) $(info ) # Verify required dependencies are met, as listed above