xref: /aosp_15_r20/external/iproute2/man/man7/Makefile (revision de1e4e894b0c224df933550f0afdecc354b238c4)
1MAN7PAGES = $(wildcard *.7)
2
3all:
4
5distclean: clean
6
7clean:
8
9install:
10	$(INSTALLDIR) $(DESTDIR)$(MANDIR)/man7
11	$(INSTALLMAN) $(MAN7PAGES) $(DESTDIR)$(MANDIR)/man7
12
13.PHONY: install clean distclean
14