]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
add mike's stuff.
authorosdl.net!shemminger <osdl.net!shemminger>
Tue, 28 Sep 2004 19:16:48 +0000 (19:16 +0000)
committerosdl.net!shemminger <osdl.net!shemminger>
Tue, 28 Sep 2004 19:16:48 +0000 (19:16 +0000)
(Logical change 1.89)

Makefile
ip/Makefile

index 380857b079aec7564d1b354cb532f58358076ab0..528cac00c581f7af8dbc68195b9309ff1388052b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,7 @@ install: all
                $(DESTDIR)$(DOCDIR)/examples/diffserv
        @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 0755 -d $(DESTDIR)$(MANDIR)/man8
        install -m 0644 $(shell find man/man8 -type f -maxdepth 1) $(DESTDIR)$(MANDIR)/man8
        ln -sf $(MANDIR)/man8/tc-pbfifo.8  $(DESTDIR)$(MANDIR)/man8/tc-bfifo.8
        ln -sf $(MANDIR)/man8/tc-pbfifo.8  $(DESTDIR)$(MANDIR)/man8/tc-pfifo.8
index 9a987365f3be41a50b41281104fabcc463b37638..d1378c77797c9e10615b2273a412235fa58dab27 100644 (file)
@@ -6,7 +6,7 @@ IPOBJ=ip.o ipaddress.o iproute.o iprule.o \
 RTMONOBJ=rtmon.o
 
 ALLOBJ=$(IPOBJ) $(RTMONOBJ)
-TARGETS=ip rtmon
+TARGETS=ip rtmon ifcfg rtpr
 
 all: $(TARGETS)