# SPDX-License-Identifier: GPL-2.0 MAN3PAGES = $(wildcard *.3) all: distclean: clean clean: install: $(INSTALLDIR) $(DESTDIR)$(MANDIR)/man3 $(INSTALLMAN) $(MAN3PAGES) $(DESTDIR)$(MANDIR)/man3 .PHONY: install clean distclean