blob: 67fea0566e5fbe30893299a204528e84a06a207e [file] [log] [blame]
INSTALL=install
INSTALLDIR=install -m 0755 -d
INSTALLMAN=install -m 0644
SUBDIRS = man3 man8
all:
@for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir; done
distclean: clean
clean:
@for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir clean; done
install:
@for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir install; done
.PHONY: install clean distclean
.EXPORT_ALL_VARIABLES: