aa3ddfed93
Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
6 lines
177 B
Makefile
6 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
|