Sign in
android
/
platform
/
external
/
selinux
/
a6034f1add4e325717fb186710f1f9ff09ebee65
/
.
/
python
/
Makefile
blob: 00312dbdb5c6798c3792629f46489f6f23ea9673 [
file
] [
log
] [
blame
]
SUBDIRS
=
sepolicy audit2allow semanage sepolgen chcat po
all install relabel clean indent test
:
@for
subdir
in
$
(
SUBDIRS
);
do
\
(
cd $$subdir
&&
$
(
MAKE
)
$@
)
||
exit
1
;
\
done