mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-11-24 12:09:50 +00:00
48dc232627
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
9 lines
179 B
Makefile
9 lines
179 B
Makefile
SUBDIRS = sepolicy audit2allow semanage sepolgen chcat
|
|
|
|
all install relabel clean indent:
|
|
@for subdir in $(SUBDIRS); do \
|
|
(cd $$subdir && $(MAKE) $@) || exit 1; \
|
|
done
|
|
|
|
test:
|