From cb4d97a9a8bde91a07f7f955a6f74a794fa572f8 Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Tue, 28 Sep 2004 19:16:48 +0000 Subject: [PATCH] add mike's stuff. (Logical change 1.89) --- Makefile | 1 + ip/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 380857b..528cac0 100644 --- 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 diff --git a/ip/Makefile b/ip/Makefile index 9a98736..d1378c7 100644 --- a/ip/Makefile +++ b/ip/Makefile @@ -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) -- 2.39.2