GNUmakefile: generalize logic for SELINUX_PROGS for other OS

This commit is contained in:
E
2025-11-11 06:27:44 +09:00
committed by GitHub
parent 997d956253
commit e3689d6e2f
+2 -2
View File
@@ -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