mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-11-28 05:50:30 +00:00
65f5868c23
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
9 lines
225 B
Makefile
9 lines
225 B
Makefile
SUBDIRS = setfiles load_policy newrole run_init secon sestatus semodule setsebool scripts po man hll
|
|
|
|
all install relabel clean indent:
|
|
@for subdir in $(SUBDIRS); do \
|
|
(cd $$subdir && $(MAKE) $@) || exit 1; \
|
|
done
|
|
|
|
test:
|