selinux/policycoreutils/Makefile
Stephen Smalley b97d959a6a Move policycoreutils/sepolgen-ifgen into python/audit2allow.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2016-11-16 11:19:51 -05:00

9 lines
242 B
Makefile

SUBDIRS = setfiles load_policy newrole run_init secon sestatus semodule_package semodule setsebool scripts po man hll
all install relabel clean indent:
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \
done
test: