1761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. ThompsonINSTALL=install
2761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. ThompsonINSTALLDIR=install -m 0755 -d
3761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. ThompsonINSTALLMAN=install -m 0644
4761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompson
5761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. ThompsonSUBDIRS = man3 man8
6761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompson
7761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompsonall:
8761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompson	@for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir; done
9761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompson
10761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompsondistclean: clean
11761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompson
12761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompsonclean:
13761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompson	@for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir clean; done
14761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompson
15761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompsoninstall:
16761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompson	@for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir install; done
17761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompson
18761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompson.PHONY: install clean distclean
19761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompson
20761a1e602862b5f26b4e7e748fe51303a628958fChristoph J. Thompson.EXPORT_ALL_VARIABLES:
21