From fe740954900645c1a7f4e7035125d2cce12bd34a Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Mon, 31 Oct 2016 13:52:02 -0400 Subject: [PATCH] Build mcstrans. We should build it by default or else it will bitrot. But you can still omit it by overriding OPT_SUBDIRS. Signed-off-by: Stephen Smalley --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 476a63f1..8df4ce37 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -OPT_SUBDIRS ?= dbus gui python restorecond sandbox semodule-utils +OPT_SUBDIRS ?= dbus gui mcstrans python restorecond sandbox semodule-utils SUBDIRS=libsepol libselinux libsemanage checkpolicy secilc policycoreutils $(OPT_SUBDIRS) PYSUBDIRS=libselinux libsemanage DISTCLEANSUBDIRS=libselinux libsemanage