mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-11 08:35:01 +00:00
aa3ddfed93
Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
7 lines
177 B
Makefile
7 lines
177 B
Makefile
SUBDIRS = sepolicy audit2allow semanage sepolgen chcat
|
|
|
|
all install relabel clean indent test:
|
|
@for subdir in $(SUBDIRS); do \
|
|
(cd $$subdir && $(MAKE) $@) || exit 1; \
|
|
done
|