Home | History | Annotate | Download | only in policycoreutils
      1 SUBDIRS = setfiles load_policy newrole run_init secon sestatus semodule setsebool scripts po man hll
      2 
      3 all install relabel clean indent:
      4 	@for subdir in $(SUBDIRS); do \
      5 		(cd $$subdir && $(MAKE) $@) || exit 1; \
      6 	done
      7 
      8 test:
      9