• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1SUBDIRS = 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
2
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:
15