diff --git a/Makefile b/Makefile index 2a2bb533c..90e791f39 100644 --- a/Makefile +++ b/Makefile @@ -1123,9 +1123,8 @@ install-doc: $(INSTALL) -m 644 doc/$$x.txt "$(DESTDIR)$(DOCDIR)" ; \ done -install-admin: admin/halog/halog +install-admin: $(Q)$(INSTALL) -d "$(DESTDIR)$(SBINDIR)" - $(Q)$(INSTALL) admin/halog/halog "$(DESTDIR)$(SBINDIR)" $(Q)$(INSTALL) admin/cli/haproxy-dump-certs "$(DESTDIR)$(SBINDIR)" $(Q)$(INSTALL) admin/cli/haproxy-reload "$(DESTDIR)$(SBINDIR)"