blob: 962ac1297c4fcba17825e5bb46ed0452e8e0d0d3 [file] [log] [blame]
Steve Lawrence893851c2014-01-24 16:25:06 -05001SUBDIRS = sepolicy setfiles semanage load_policy newrole run_init sandbox secon audit2allow sestatus semodule_package semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man gui hll
Joshua Brindle13cd4c82008-08-19 15:30:36 -04002
3INOTIFYH = $(shell ls /usr/include/sys/inotify.h 2>/dev/null)
4
5ifeq (${INOTIFYH}, /usr/include/sys/inotify.h)
6 SUBDIRS += restorecond
7endif
8
9all install relabel clean indent:
10 @for subdir in $(SUBDIRS); do \
11 (cd $$subdir && $(MAKE) $@) || exit 1; \
12 done
13
14test: