parent
fd348787c9
commit
c3759b76a2
5
Makefile
5
Makefile
|
|
@ -48,9 +48,8 @@ install: all
|
||||||
@for i in $(SUBDIRS) doc; do $(MAKE) -C $$i install; done
|
@for i in $(SUBDIRS) doc; do $(MAKE) -C $$i install; done
|
||||||
install -m 0644 $(shell find etc/iproute2 -type f -maxdepth 1) $(DESTDIR)$(CONFDIR)
|
install -m 0644 $(shell find etc/iproute2 -type f -maxdepth 1) $(DESTDIR)$(CONFDIR)
|
||||||
install -m 0644 $(shell find man/man8 -type f -maxdepth 1) $(DESTDIR)$(MANDIR)/man8
|
install -m 0644 $(shell find man/man8 -type f -maxdepth 1) $(DESTDIR)$(MANDIR)/man8
|
||||||
ln -sf $(DESTDIR)$(MANDIR)/man8/tc-pbfifo.8 $(DESTDIR)$(MANDIR)/man8/tc-bfifo.8
|
ln -sf $(MANDIR)/man8/tc-pbfifo.8 $(DESTDIR)$(MANDIR)/man8/tc-bfifo.8
|
||||||
ln -sf $(DESTDIR)$(MANDIR)/man8/tc-pbfifo.8 $(DESTDIR)$(MANDIR)/man8/tc-pfifo.8
|
ln -sf $(MANDIR)/man8/tc-pbfifo.8 $(DESTDIR)$(MANDIR)/man8/tc-pfifo.8
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@for i in $(SUBDIRS) doc; \
|
@for i in $(SUBDIRS) doc; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue