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