File: Makefile

package info (click to toggle)
policycoreutils 1.22%2B0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,260 kB
  • ctags: 314
  • sloc: ansic: 2,023; sh: 331; python: 244; makefile: 163; perl: 120
file content (7 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
SUBDIRS=setfiles load_policy newrole run_init restorecon audit2allow scripts po  sestatus

all install relabel clean: 
	@for subdir in $(SUBDIRS); do \
		(cd $$subdir && $(MAKE) $@) || exit 1; \
	done