]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - Makefile
ss: enclose IPv6 address in brackets
[mirror_iproute2.git] / Makefile
index 37b68ad87f0689861c7705353ee07ac8267f6716..18de7dcb315b163f9a27ccbe0741818a1d5e70a6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ ifneq ($(wildcard Config),)
 include Config
 endif
 
-ifndef VERBOSE
+ifeq ($(VERBOSE),0)
 MAKEFLAGS += --no-print-directory
 endif