Move policycoreutils/semodule_{deps,expand,link} to semodule-utils.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
parent
48dc232627
commit
c9c97d6e8b
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=libsepol libselinux libsemanage checkpolicy secilc policycoreutils gui sandbox dbus python
|
||||
SUBDIRS=libsepol libselinux libsemanage checkpolicy secilc policycoreutils gui sandbox dbus python semodule-utils
|
||||
PYSUBDIRS=libselinux libsemanage
|
||||
DISTCLEANSUBDIRS=libselinux libsemanage
|
||||
|
||||
|
|
|
@ -4,9 +4,6 @@ run_init/open_init_pty
|
|||
run_init/run_init
|
||||
secon/secon
|
||||
semodule/semodule
|
||||
semodule_deps/semodule_deps
|
||||
semodule_expand/semodule_expand
|
||||
semodule_link/semodule_link
|
||||
semodule_package/semodule_package
|
||||
semodule_package/semodule_unpackage
|
||||
sestatus/sestatus
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = setfiles load_policy newrole run_init secon sestatus semodule_package semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man hll
|
||||
SUBDIRS = setfiles load_policy newrole run_init secon sestatus semodule_package semodule sepolgen-ifgen setsebool scripts po man hll
|
||||
|
||||
all install relabel clean indent:
|
||||
@for subdir in $(SUBDIRS); do \
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
semodule_deps/semodule_deps
|
||||
semodule_expand/semodule_expand
|
||||
semodule_link/semodule_link
|
|
@ -0,0 +1,8 @@
|
|||
SUBDIRS = semodule_link semodule_expand semodule_deps
|
||||
|
||||
all install relabel clean indent:
|
||||
@for subdir in $(SUBDIRS); do \
|
||||
(cd $$subdir && $(MAKE) $@) || exit 1; \
|
||||
done
|
||||
|
||||
test:
|
Loading…
Reference in New Issue