diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-06-12 13:36:41 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-06-12 13:38:57 +0200 |
commit | 8b928d357fbe89dfb33abe5d922843ac0b897ca4 (patch) | |
tree | 426b668a67148f6e9aa013e4a51f2a5151a236cf /config.mk | |
parent | 05a07126569fe2d2168ab3077a0891c4c872e389 (diff) |
feh(1), --version: Document libmagic compile flag
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ endif ifeq (${magic},1) CFLAGS += -DHAVE_LIBMAGIC LDLIBS += -lmagic + MAN_MAGIC = enabled +else + MAN_MAGIC = disabled endif ifeq (${verscmp},1) |