diff --git a/GNUmakefile b/GNUmakefile index 0ccd0f68ce3..e277000a274 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -208,8 +208,8 @@ HASHSUM_PROGS := \ $(info Detected OS = $(OS)) -# Don't build the SELinux programs on macOS (Darwin) and FreeBSD -ifeq ($(filter $(OS),Darwin FreeBSD),$(OS)) +# Build the SELinux programs only on Linux +ifeq ($(filter $(OS),Linux),) SELINUX_PROGS := endif