iproute2/man/man7/Makefile

14 lines
190 B
Makefile

MAN7PAGES = tc-hfsc.7
all:
distclean: clean
clean:
install:
$(INSTALLDIR) $(DESTDIR)$(MANDIR)/man7
$(INSTALLMAN) $(MAN7PAGES) $(DESTDIR)$(MANDIR)/man7
.PHONY: install clean distclean