Sign in
android
/
platform
/
external
/
selinux
/
0db1ceb25e2795a469de4d73881a572520e1947f
/
.
/
policycoreutils
/
Makefile
blob: b930b2973bcd62813790f1fbdb1de62078147b83 [
file
] [
log
] [
blame
]
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
: