platform_external_selinux/semodule-utils/Makefile
Stephen Smalley 65f5868c23 Move policycoreutils/semodule_package to semodule-utils.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2016-11-16 11:19:51 -05:00

8 lines
195 B
Makefile

SUBDIRS = semodule_package semodule_link semodule_expand semodule_deps
all install relabel clean indent:
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \
done
test: