allwinner_a64/android/external/selinux/policycoreutils/Makefile
2018-08-08 16:14:42 +08:00

8 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: