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