1 diff --git a/src/nnn.c b/src/nnn.c
2 index b3c0f986..c74e1ec9 100644
5 @@ -508,9 +508,7 @@ alignas(max_align_t) static char g_pipepath[TMP_LEN_MAX];
6 static runstate g_state;
8 /* Options to identify file MIME */
9 -#if defined(__APPLE__)
10 -#define FILE_MIME_OPTS "-bIL"
11 -#elif !defined(__sun) /* no MIME option for 'file' */
12 +#if !defined(__sun) /* no MIME option for 'file' */
13 #define FILE_MIME_OPTS "-biL"