Home | History | Annotate | Download | only in semodule-utils
      1 SUBDIRS = semodule_package semodule_link semodule_expand semodule_deps
      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