summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2019-10-23 10:21:06 -0700
committerStephen Hemminger <stephen@networkplumber.org>2019-10-23 10:21:06 -0700
commit085ab19bc38e7112f6d5e03c59ba49894bac28f0 (patch)
treed4b5b0ae7890ff2aef90e5084d7c767baf16cf30 /Makefile
parente15011b5e5c06d52a89aa8624b352c0666db31b6 (diff)
downloadiproute2-085ab19bc38e7112f6d5e03c59ba49894bac28f0.tar.gz
don't install examples
No longer relevant
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index a3cc88f1..0b79b1f1 100644
--- a/Makefile
+++ b/Makefile
@@ -86,12 +86,6 @@ install: all
install -m 0755 -d $(DESTDIR)$(CONFDIR)
install -m 0755 -d $(DESTDIR)$(ARPDDIR)
install -m 0755 -d $(DESTDIR)$(HDRDIR)
- install -m 0755 -d $(DESTDIR)$(DOCDIR)/examples
- install -m 0755 -d $(DESTDIR)$(DOCDIR)/examples/diffserv
- install -m 0644 README.iproute2+tc $(shell find examples -maxdepth 1 -type f) \
- $(DESTDIR)$(DOCDIR)/examples
- install -m 0644 $(shell find examples/diffserv -maxdepth 1 -type f) \
- $(DESTDIR)$(DOCDIR)/examples/diffserv
@for i in $(SUBDIRS); do $(MAKE) -C $$i install; done
install -m 0644 $(shell find etc/iproute2 -maxdepth 1 -type f) $(DESTDIR)$(CONFDIR)
install -m 0755 -d $(DESTDIR)$(BASH_COMPDIR)