]> git.proxmox.com Git - mirror_iproute2.git/blob - man/Makefile
Merge branch 'iproute2-master' into iproute2-next
[mirror_iproute2.git] / man / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 INSTALL=install
3 INSTALLDIR=install -m 0755 -d
4 INSTALLMAN=install -m 0644
5
6 SUBDIRS = man3 man7 man8
7
8 all clean install:
9 @for subdir in $(SUBDIRS); do $(MAKE) -C $$subdir $@ || exit $$?; done
10
11 distclean: clean
12
13 .PHONY: install clean distclean
14
15 .EXPORT_ALL_VARIABLES: