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 <sds@tycho.nsa.gov>
This commit is contained in:
parent
3dcdc46378
commit
fe74095490
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue