]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man3/Makefile
SPDX license identifiers
[mirror_iproute2.git] / man / man3 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 MAN3PAGES = $(wildcard *.3)
3
4 all:
5
6 distclean: clean
7
8 clean:
9
10 install:
11 $(INSTALLDIR) $(DESTDIR)$(MANDIR)/man3
12 $(INSTALLMAN) $(MAN3PAGES) $(DESTDIR)$(MANDIR)/man3
13
14 .PHONY: install clean distclean